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

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphVector.java174 * @param beginGlyphIndex the index into this
182 * @throws IndexOutOfBoundsException if {@code beginGlyphIndex}
185 * {@code beginGlyphIndex} and {@code numEntries} is
189 public abstract int[] getGlyphCodes(int beginGlyphIndex, int numEntries, argument
216 * @param beginGlyphIndex the index of the first glyph
222 public int[] getGlyphCharIndices(int beginGlyphIndex, int numEntries, argument
227 for (int i = 0, j = beginGlyphIndex; i < numEntries; ++i, ++j) {
477 * coordinates of the glyph numbered {@code beginGlyphIndex + position/2}.
479 * coordinates of the glyph numbered {@code beginGlyphIndex + (position-1)/2}.
480 * If {@code beginGlyphIndex} equal
500 getGlyphPositions(int beginGlyphIndex, int numEntries, float[] positionReturn) argument
[all...]

Completed in 90 milliseconds