Home
last modified time | relevance | path

Searched defs:beginGlyphIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/awt/java/awt/font/
DGlyphVector.java318 public abstract int[] getGlyphCodes(int beginGlyphIndex, int numEntries, int[] codeReturn); in getGlyphCodes()
332 public int[] getGlyphCharIndices(int beginGlyphIndex, int numEntries, int[] codeReturn) { in getGlyphCharIndices()
355 public abstract float[] getGlyphPositions(int beginGlyphIndex, int numEntries, in getGlyphPositions()
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
DCommonGlyphVector.java598 public int[] getGlyphCodes(int beginGlyphIndex, int numEntries, in getGlyphCodes()
631 public int[] getGlyphCharIndices(int beginGlyphIndex, int numEntries, in getGlyphCharIndices()
664 public float[] getGlyphPositions(int beginGlyphIndex, int numEntries, in getGlyphPositions()
698 public void setGlyphPositions(int beginGlyphIndex, int numEntries, in setGlyphPositions()
DAndroidGlyphVector.java117 public int[] getGlyphCodes(int beginGlyphIndex, int numEntries, in getGlyphCodes()
157 public float[] getGlyphPositions(int beginGlyphIndex, int numEntries, in getGlyphPositions()