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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteIndexed.c126 jboolean checkSameLut(jint *SrcReadLut, jint *DstReadLut, argument
130 if (SrcReadLut != DstReadLut) {
137 if (SrcReadLut[i] != DstReadLut[i]) {
170 if (checkSameLut(SrcReadLut, DstReadLut, pSrcInfo, pDstInfo)) {
215 if (checkSameLut(SrcReadLut, DstReadLut, pSrcInfo, pDstInfo)) {
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray.c343 jint *SrcReadLut = pSrcInfo->lutBase; local
344 mlib_u8 *LutU8 = (mlib_u8*)SrcReadLut + 3;
399 jint *SrcReadLut = pSrcInfo->lutBase; local
400 mlib_u8 *LutU8 = (mlib_u8*)SrcReadLut + 3;
455 jint *SrcReadLut = pSrcInfo->lutBase; local
456 mlib_u8 *LutU8 = (mlib_u8*)SrcReadLut + 3;
513 jint *SrcReadLut = pSrcInfo->lutBase; local
514 mlib_u8 *LutU8 = (mlib_u8*)SrcReadLut + 3;

Completed in 32 milliseconds