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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java72 int numSrcLUT = 0; field in class:ImageRepresentation
220 numSrcLUT = icm.getMapSize();
221 srcLUT = new int[Math.max(numSrcLUT, 256)];
428 int numlut = numSrcLUT;
430 numSrcLUT, icm,
439 if (numlut != numSrcLUT) {
446 numSrcLUT, srcLUT,

Completed in 511 milliseconds