Searched defs:getGlyphCodes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java189 public abstract int[] getGlyphCodes(int beginGlyphIndex, int numEntries, method in class:GlyphVector
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java313 public int[] getGlyphCodes(int start, int count, int[] result) { method in class:StandardGlyphVector
1042 this.userGlyphs = gv.getGlyphCodes(0, nGlyphs, null);

Completed in 36 milliseconds