Searched refs:getNumGlyphs (Results 1 – 3 of 3) sorted by relevance
150 public int getNumGlyphs() { in getNumGlyphs() method in FreeType.Face151 return getNumGlyphs(address); in getNumGlyphs()154 private static native int getNumGlyphs(long face); /* in getNumGlyphs() method in FreeType.Face
314 for (int c = 32; c < (32 + face.getNumGlyphs()); c++) { in generateData()
179 for (int i = 0, n = vector.getNumGlyphs(); i < n; i++) { in addGlyphs()321 for (int glyphIndex = 0, n = vector.getNumGlyphs(); glyphIndex < n; glyphIndex++) { in drawUnicode()436 for (int glyphIndex = 0, n = vector.getNumGlyphs(); glyphIndex < n; glyphIndex++) {460 for (int i = 0, n = vector.getNumGlyphs(); i < n; i++) {