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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java174 * @param beginGlyphIndex the index into this
182 * @throws IndexOutOfBoundsException if <code>beginGlyphIndex</code>
185 * <code>beginGlyphIndex</code> and <code>numEntries</code> 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</code>.
479 * coordinates of the glyph numbered <code>beginGlyphIndex + (position-1)/2</code>.
480 * If <code>beginGlyphIndex</cod
500 getGlyphPositions(int beginGlyphIndex, int numEntries, float[] positionReturn) argument
[all...]

Completed in 23 milliseconds