Searched defs:getCharAdvance (Results 1 - 5 of 5) 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 DGraphicComponent.java270 public float getCharAdvance(int index) { method in class:GraphicComponent
H A DTextLineComponent.java55 public float getCharAdvance(int index); method in interface:TextLineComponent
H A DExtendedTextSourceLabel.java377 public float getCharAdvance(int index) { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
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 62 milliseconds