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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteIndexed.c131 juint lutSize = pSrcInfo->lutSize; local
132 if (lutSize > pDstInfo->lutSize) {
136 for (i = 0; i < lutSize; i++) {
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray.c572 juint lutSize = pSrcInfo->lutSize; local
599 if (lutSize >= 256) lutSize = 256;
601 ADD_SUFF(IntArgbToByteGrayConvert)(srcLut, LutU8, lutSize, 1,
604 for (i = lutSize; i < 256; i++) {
644 juint lutSize = pSrcInfo->lutSize; local
675 if (lutSize >= 256) lutSize
718 juint lutSize = pSrcInfo->lutSize; local
806 juint lutSize = pSrcInfo->lutSize; local
886 juint lutSize = pSrcInfo->lutSize; local
[all...]
H A Dvis_UshortGray.c337 juint lutSize = pSrcInfo->lutSize; local
363 if (lutSize >= 256) lutSize = 256;
365 ADD_SUFF(IntArgbToUshortGrayConvert)(srcLut, LutU16, lutSize, 1,
368 for (i = lutSize; i < 256; i++) {
408 juint lutSize = pSrcInfo->lutSize; local
438 if (lutSize >= 256) lutSize
481 juint lutSize = pSrcInfo->lutSize; local
553 juint lutSize = pSrcInfo->lutSize; local
633 juint lutSize = pSrcInfo->lutSize; local
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h112 * unsigned int lutSize;
159 unsigned int lutSize; /* # colors in colormap */ member in struct:__anon812

Completed in 49 milliseconds