Searched refs:getGlyphCharIndex (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/java/awt/font/GlyphVector/
H A DGetGlyphCharIndexTest.java25 * @summary Test getGlyphCharIndex() results from layout
39 int idx0 = gv.getGlyphCharIndex(0);
H A DTestLayoutFlags.java27 @summary exercise getLayoutFlags, getGlyphCharIndex, getGlyphCharIndices
56 int ix = gv.getGlyphCharIndex(0);
158 * you get from iterating through getGlyphCharIndex one at a time.
163 if (gv.getGlyphCharIndex(i) != indices[i]) {
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java202 public int getGlyphCharIndex(int glyphIndex) { method in class:GlyphVector
211 * getGlyphCharIndex for each glyph, and subclassers will probably
228 codeReturn[i] = getGlyphCharIndex(j);
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStandardGlyphVector.java336 public int getGlyphCharIndex(int ix) { method in class:StandardGlyphVector

Completed in 187 milliseconds