Searched defs:FIRST_LAYER_SIZE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCCharToGlyphMapper.java166 private static final int FIRST_LAYER_SIZE = 256; field in class:CCharToGlyphMapper.Cache
169 private final int[] firstLayerCache = new int[FIRST_LAYER_SIZE];
179 if (index < FIRST_LAYER_SIZE) {
197 if (index < FIRST_LAYER_SIZE) {
H A DCStrike.java407 private static final int FIRST_LAYER_SIZE = 256; field in class:CStrike.GlyphInfoCache
421 firstLayerCache = new long[FIRST_LAYER_SIZE];
434 if (index < FIRST_LAYER_SIZE) {
461 if (index < FIRST_LAYER_SIZE) {
555 private static final int FIRST_LAYER_SIZE = 256; field in class:CStrike.GlyphAdvanceCache
558 private final float[] firstLayerCache = new float[FIRST_LAYER_SIZE];
570 if (index < FIRST_LAYER_SIZE) {
593 if (index < FIRST_LAYER_SIZE) {

Completed in 31 milliseconds