Searched refs:SurfaceData_InvColorMap (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteBinary1Bit.c89 return SurfaceData_InvColorMap(pRasInfo->invColorTable, r, g, b);
H A DByteIndexed.h125 (pixel) = SurfaceData_InvColorMap((pRasInfo)->invColorTable, \
175 (pRas)[x] = SurfaceData_InvColorMap(PREFIX ## InvLut, r, g, b); \
H A DUshortIndexed.h123 (pixel) = SurfaceData_InvColorMap((pRasInfo)->invColorTable, \
161 (pRas)[x] = SurfaceData_InvColorMap(PREFIX ## InvLut, r, g, b); \
H A DByteIndexed.c123 return SurfaceData_InvColorMap(pRasInfo->invColorTable, r, g, b);
H A DAnyByteBinary.h103 (pixel) = SurfaceData_InvColorMap((pRasInfo)->invColorTable, \
143 SurfaceData_InvColorMap(PREFIX ## InvLut, \
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h454 #define SurfaceData_InvColorMap(invcolortbl, r, g, b) \ macro

Completed in 34 milliseconds