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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIndex12Gray.h54 PREFIX ## Lut = (pRasInfo)->lutBase
133 PREFIX ## Lut = (pRasInfo)->lutBase
H A DIndex8Gray.h54 PREFIX ## Lut = (pRasInfo)->lutBase
133 PREFIX ## Lut = (pRasInfo)->lutBase
H A DByteIndexed.h64 PREFIX ## Lut = (pRasInfo)->lutBase
205 PREFIX ## Lut = (pRasInfo)->lutBase
H A DUshortIndexed.h71 PREFIX ## Lut = (pRasInfo)->lutBase
173 PREFIX ## Lut = (pRasInfo)->lutBase
H A DAnyByteBinary.h54 PREFIX ## Lut = (pRasInfo)->lutBase
156 PREFIX ## Lut = (pRasInfo)->lutBase
H A DLoopMacros.h357 jint *srcLut = (SRCINFO)->lutBase; \
413 jint *srcLut = (SRCINFO)->lutBase; \
483 jint *srcLut = (SRCINFO)->lutBase; \
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteIndexed.c227 jint *SrcReadLut = pSrcInfo->lutBase; \
327 jint *SrcReadLut = pSrcInfo->lutBase;
339 jint *SrcReadLut = pSrcInfo->lutBase; \
340 jint *DstReadLut = pDstInfo->lutBase; \
350 jint *SrcReadLut = pSrcInfo->lutBase; \
351 jint *DstReadLut = pDstInfo->lutBase; \
434 mlib_f32 *DstReadLut = (void*)(pDstInfo->lutBase);
H A Dvis_IntArgb.c34 jint *pixLut = pSrcInfo->lutBase;
73 jint *pixLut = pSrcInfo->lutBase;
112 jint *pixLut = pSrcInfo->lutBase;
152 jint *pixLut = pSrcInfo->lutBase;
202 jint *pixLut = pSrcInfo->lutBase;
306 jint *pixLut = pSrcInfo->lutBase;
H A Dvis_ByteGray.c343 jint *SrcReadLut = pSrcInfo->lutBase;
399 jint *SrcReadLut = pSrcInfo->lutBase;
455 jint *SrcReadLut = pSrcInfo->lutBase;
513 jint *SrcReadLut = pSrcInfo->lutBase;
571 jint *srcLut = pSrcInfo->lutBase;
643 jint *srcLut = pSrcInfo->lutBase;
717 jint *srcLut = pSrcInfo->lutBase;
805 jint *srcLut = pSrcInfo->lutBase;
885 jint *srcLut = pSrcInfo->lutBase;
H A Dvis_FourByteAbgrPre.c99 jint *pixLut = pSrcInfo->lutBase; \
106 new_src->lutBase = buff; \
H A Dvis_IntArgbBm.c203 jint *pixLut = pSrcInfo->lutBase;
257 jint *pixLut = pSrcInfo->lutBase;
310 jint *pixLut = pSrcInfo->lutBase;
367 jint *pixLut = pSrcInfo->lutBase;
424 jint *pixLut = pSrcInfo->lutBase;
H A Dvis_IntBgr.c573 jint *pixLut = pSrcInfo->lutBase;
617 jint *pixLut = pSrcInfo->lutBase;
661 jint *pixLut = pSrcInfo->lutBase;
711 jint *pixLut = pSrcInfo->lutBase;
761 jint *pixLut = pSrcInfo->lutBase;
H A Dvis_UshortGray.c336 jint *srcLut = pSrcInfo->lutBase;
407 jint *srcLut = pSrcInfo->lutBase;
480 jint *srcLut = pSrcInfo->lutBase;
552 jint *srcLut = pSrcInfo->lutBase;
632 jint *srcLut = pSrcInfo->lutBase;
H A Dvis_IntRgbx.c697 jint *pixLut = pSrcInfo->lutBase;
743 jint *pixLut = pSrcInfo->lutBase;
788 jint *pixLut = pSrcInfo->lutBase;
842 jint *pixLut = pSrcInfo->lutBase;
896 jint *pixLut = pSrcInfo->lutBase;
H A Dvis_IntArgbPre.c687 jint *pixLut = pSrcInfo->lutBase;
754 jint *pixLut = pSrcInfo->lutBase;
825 jint *pixLut = pSrcInfo->lutBase;
906 jint *pixLut = pSrcInfo->lutBase;
991 jint *pixLut = pSrcInfo->lutBase;
H A Dvis_FourByteAbgr.c1036 jint *pixLut = pSrcInfo->lutBase;
1127 jint *pixLut = pSrcInfo->lutBase;
1207 jint *pixLut = pSrcInfo->lutBase;
1299 jint *pixLut = pSrcInfo->lutBase;
1395 jint *pixLut = pSrcInfo->lutBase;
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h117 * jint *lutBase;
160 jint *lutBase; /* Pointer to colormap[0] */ member in struct:__anon812
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c223 pRasInfo->lutBase = NULL;
226 pRasInfo->lutBase = bipriv->lutbase;
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIBlitLoops.cpp155 memcpy(bmi.colors.palette, srcInfo.lutBase, srcInfo.lutSize * sizeof(RGBQUAD));
H A DGDIWindowSurfaceData.cpp880 pRasInfo->lutBase =
884 pRasInfo->lutBase = NULL;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11PMBlitLoops.c288 srcLut = srcInfo.lutBase;
H A DX11SurfaceData.c1006 pRasInfo->lutBase = (jint *) xsdo->cData->awt_icmLUT;
1009 pRasInfo->lutBase = NULL;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1730 pRasInfo->lutBase = NULL;
1733 pRasInfo->lutBase = bipriv->lutbase;

Completed in 98 milliseconds