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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCStrike.java408 private static final int SECOND_LAYER_SIZE = 16384; // 16384 = 128x128 field in class:CStrike.GlyphInfoCache
426 if (-index < SECOND_LAYER_SIZE) {
452 if (-index < SECOND_LAYER_SIZE) {
455 secondLayerCache = new SparseBitShiftingTwoLayerArray(SECOND_LAYER_SIZE, 7); // 128x128
556 private static final int SECOND_LAYER_SIZE = 16384; // 16384 = 128x128 field in class:CStrike.GlyphAdvanceCache
564 if (-index < SECOND_LAYER_SIZE) {
584 if (-index < SECOND_LAYER_SIZE) {
587 secondLayerCache = new SparseBitShiftingTwoLayerArray(SECOND_LAYER_SIZE, 7); // 128x128
H A DCCharToGlyphMapper.java167 private static final int SECOND_LAYER_SIZE = 16384; // 16384 = 128x128 field in class:CCharToGlyphMapper.Cache
184 if (index < SECOND_LAYER_SIZE) {
203 if (index < SECOND_LAYER_SIZE) {
206 secondLayerCache = new SparseBitShiftingTwoLayerArray(SECOND_LAYER_SIZE, 7); // 128x128

Completed in 461 milliseconds