Searched defs:beginGlyphIndex (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/awt/java/awt/font/ |
| D | GlyphVector.java | 318 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/ |
| D | CommonGlyphVector.java | 598 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()
|
| D | AndroidGlyphVector.java | 117 public int[] getGlyphCodes(int beginGlyphIndex, int numEntries, in getGlyphCodes() 157 public float[] getGlyphPositions(int beginGlyphIndex, int numEntries, in getGlyphPositions()
|