Searched refs:getCharAdvance (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java70 public abstract float getCharAdvance(int logicalIndex); method in class:ExtendedTextLabel
H A DTextLineComponent.java55 public float getCharAdvance(int index); method in interface:TextLineComponent
H A DGraphicComponent.java270 public float getCharAdvance(int index) { method in class:GraphicComponent
H A DExtendedTextSourceLabel.java377 public float getCharAdvance(int index) { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java684 + textLine.getCharAdvance(logIndex);
1130 + textLine.getCharAdvance(logIndex);
1148 + textLine.getCharAdvance(logIndex);
2522 float ca = textLine.getCharAdvance(i);
H A DTextLine.java492 return line.locs[vi * 2] + tlc.getCharX(indexInArray) + tlc.getCharAdvance(indexInArray);
503 return tlc.getCharAdvance(indexInArray);
661 public float getCharAdvance(int logicalIndex) { method in class:TextLine

Completed in 34 milliseconds