Searched refs:tabBase (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DLineView.java44 int tabBase; field in class:LineView
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPlainView.java253 tabBase = alloc.x;
353 tabBase = lineArea.x;
358 int xOffs = Utilities.getTabbedTextWidth(s, metrics, tabBase, this,p0);
428 tabBase = alloc.x;
430 tabBase, x, this, p0);
509 int ntabs = (((int) x) - tabBase) / tabSize;
510 return tabBase + ((ntabs + 1) * tabSize);
669 w = Utilities.getTabbedTextWidth(s, metrics, tabBase, this, p0);
700 int tabBase; field in class:PlainView
H A DWrappedPlainView.java239 tabBase, tabBase + currentWidth,
243 tabBase, tabBase + currentWidth,
337 int ntabs = ((int) x - tabBase) / tabSize;
338 return tabBase + ((ntabs + 1) * tabSize);
357 tabBase = alloc.x;
514 int tabBase; field in class:WrappedPlainView
H A DParagraphView.java385 return tabBase + adjust;
429 x -= tabBase;
433 return (float)(tabBase + (((int)x / 72 + 1) * 72));
439 return tabBase + x + 5.0f;
447 return tabBase + tab.getPosition();
450 return tabBase + tab.getPosition();
471 return tabBase + Math.max(x, tab.getPosition() - charsSize);
474 return tabBase + Math.max(x, tab.getPosition() - charsSize / 2.0f);
570 return (float)tabBase;
586 tabBase
811 private int tabBase; field in class:ParagraphView
[all...]

Completed in 1048 milliseconds