Searched refs:getTabbedTextWidth (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter1.java62 int width = Utilities.getTabbedTextWidth(v, text, metrics, (int) x, e, p0,
106 int width = Utilities.getTabbedTextWidth(v, text, metrics, x, expander, p,
144 int width = Utilities.getTabbedTextWidth(v, text, metrics, alloc.x, expander, p0,
H A DFieldView.java217 width = Utilities.getTabbedTextWidth(buff, fm, 0, this, 0);
H A DPlainView.java358 int xOffs = Utilities.getTabbedTextWidth(s, metrics, tabBase, this,p0);
669 w = Utilities.getTabbedTextWidth(s, metrics, tabBase, this, p0);
H A DUtilities.java206 public static final int getTabbedTextWidth(Segment s, FontMetrics metrics, int x, method in class:Utilities
208 return getTabbedTextWidth(null, s, metrics, x, e, startOffset, null);
219 static final int getTabbedTextWidth(View view, Segment s, FontMetrics metrics, int x, method in class:Utilities
H A DWrappedPlainView.java645 alloc.x += Utilities.getTabbedTextWidth(segment, metrics,

Completed in 455 milliseconds