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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DStateTables.h111 le_uint16 nGlyphs; member in struct:ClassTable
H A DStateTableProcessor.cpp60 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java1041 int nGlyphs = gv.getNumGlyphs();
1042 this.userGlyphs = gv.getGlyphCodes(0, nGlyphs, null);
1057 this.positions = gv.getGlyphPositions(0, nGlyphs + 1, null);
1061 this.charIndices = gv.getGlyphCharIndices(0, nGlyphs, null);
1065 AffineTransform[] txs = new AffineTransform[nGlyphs]; // worst case
1066 for (int i = 0; i < nGlyphs; ++i) {

Completed in 42 milliseconds