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

/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java53 int[] maxIndices; field in class:CompositeFont
80 maxIndices = maxIndexes;
293 if (exclusionRanges == null || maxIndices == null ||
299 int maxIndex = maxIndices[slot];
301 minIndex = maxIndices[slot - 1];

Completed in 31 milliseconds