Searched refs:getGlyphCharIndices (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java222 public int[] getGlyphCharIndices(int beginGlyphIndex, int numEntries, method in class:GlyphVector
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java349 public int[] getGlyphCharIndices(int start, int count, int[] result) { method in class:StandardGlyphVector
1061 this.charIndices = gv.getGlyphCharIndices(0, nGlyphs, null);
H A DExtendedTextSourceLabel.java638 int[] indices = gv.getGlyphCharIndices(0, numGlyphs, null);

Completed in 44 milliseconds