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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java60 public abstract float getCharX(int logicalIndex); method in class:ExtendedTextLabel
H A DTextLineComponent.java53 public float getCharX(int index); method in interface:TextLineComponent
H A DGraphicComponent.java259 public float getCharX(int index) { method in class:GraphicComponent
H A DExtendedTextSourceLabel.java355 public float getCharX(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);
515 return line.locs[vi * 2] + tlc.getCharX(indexInArray);

Completed in 37 milliseconds