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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java65 private static final int SEGSIZE = 1 << SEGSHIFT; field in class:FileFontStrike
202 (numGlyphs > SEGSIZE << 3) ||
203 ((numGlyphs > SEGSIZE << 1) &&
302 int numSegments = (numGlyphs + SEGSIZE-1)/SEGSIZE;
463 int subIndex = glyphCode % SEGSIZE;
473 int subIndex = glyphCode % SEGSIZE;
496 int subIndex = glyphCode % SEGSIZE;
498 segIntGlyphImages[segIndex] = new int[SEGSIZE];
519 subIndex = glyphCode % SEGSIZE;
[all...]

Completed in 22 milliseconds