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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeGlyphMapper.java57 int[][] glyphMaps; field in class:CompositeGlyphMapper
76 if (glyphMaps == null) {
77 glyphMaps = new int[NBLOCKS][];
91 if ((gmap = glyphMaps[unicode >> 8]) == null) {
102 if (glyphMaps[index0] == null) {
103 glyphMaps[index0] = new int[BLOCKSZ];
105 glyphMaps[index0][i] = UNINITIALIZED_GLYPH;
108 glyphMaps[index0][unicode & 0xff] = glyphCode;

Completed in 42 milliseconds