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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java461 char[] glyphIds; field in class:CMap.CMapFormat4
514 glyphIds = new char[numGlyphIds];
516 glyphIds[i] = buffer.get();
529 //System.err.println("numglyphs="+glyphIds.length);
531 System.err.println("gid["+i+"]="+(int)glyphIds[i]);
592 /* Calculate an index into the glyphIds array */
603 glyphCode = glyphIds[glyphIDIndex];

Completed in 32 milliseconds