Searched refs:pPix (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAny4Byte.h57 #define StoreAny4BytePixelData(pPix, x, pixel, PREFIX) \
59 (pPix)[4*x+0] = PREFIX ## 0; \
60 (pPix)[4*x+1] = PREFIX ## 1; \
61 (pPix)[4*x+2] = PREFIX ## 2; \
62 (pPix)[4*x+3] = PREFIX ## 3; \
H A DAnyByteBinary.h93 #define StoreByteBinaryPixelData(TYPE, pPix, x, pixel, PREFIX) \
287 DST ## DataType *pPix; \
292 pPix = PtrCoord(pRasInfo->rasBase, lox, DST ## PixelStride, loy, scan); \
294 Declare ## DST ## InitialLoadVars(pRasInfo, pPix, DstPix, lox) \
297 InitialLoad ## DST(pPix, DstPix); \
298 Store ## DST ## PixelData(pPix, 0, pixel, DstPix); \
301 FinalStore ## DST(pPix, DstPix); \
302 pPix = PtrAddBytes(pPix, scan); \
321 DST ## DataType *pPix
[all...]
H A DAny3Byte.h56 #define StoreAny3BytePixelData(pPix, x, pixel, PREFIX) \
58 (pPix)[3*x+0] = PREFIX ## 0; \
59 (pPix)[3*x+1] = PREFIX ## 1; \
60 (pPix)[3*x+2] = PREFIX ## 2; \
H A DAnyByte.h50 #define StoreAnyBytePixelData(pPix, x, pixel, PREFIX) \
51 (pPix)[x] = (jbyte) (pixel)
H A DAnyInt.h50 #define StoreAnyIntPixelData(pPix, x, pixel, PREFIX) \
51 (pPix)[x] = (pixel)
H A DAnyShort.h50 #define StoreAnyShortPixelData(pPix, x, pixel, PREFIX) \
51 (pPix)[x] = (jshort) (pixel)
H A DThreeByteBgr.h72 #define StoreThreeByteBgrPixelData(pPix, x, pixel, PREFIX) \
74 pPix[3*x+0] = PREFIX ## 0; \
75 pPix[3*x+1] = PREFIX ## 1; \
76 pPix[3*x+2] = PREFIX ## 2; \
H A DLoopMacros.h1243 DST ## DataType *pPix; \
1248 pPix = PtrCoord(pRasInfo->rasBase, lox, DST ## PixelStride, loy, scan); \
1253 Store ## DST ## PixelData(pPix, x, pixel, pix); \
1255 pPix = PtrAddBytes(pPix, scan); \
1282 DST ## DataType *pPix = PtrCoord(pBase, \
1288 Store ## DST ## PixelData(pPix, relx, pixel, pix); \
1290 pPix = PtrAddBytes(pPix, scan); \
1311 DST ## DataType *pPix
[all...]
H A DFourByteAbgr.h74 #define StoreFourByteAbgrPixelData(pPix, x, pixel, PREFIX) \
76 pPix[4*x+0] = PREFIX ## 0; \
77 pPix[4*x+1] = PREFIX ## 1; \
78 pPix[4*x+2] = PREFIX ## 2; \
79 pPix[4*x+3] = PREFIX ## 3; \
H A DFourByteAbgrPre.h85 #define StoreFourByteAbgrPrePixelData(pPix, x, pixel, PREFIX) \
87 pPix[4*(x)+0] = PREFIX ## 0; \
88 pPix[4*(x)+1] = PREFIX ## 1; \
89 pPix[4*(x)+2] = PREFIX ## 2; \
90 pPix[4*(x)+3] = PREFIX ## 3; \
H A DUshort555Rgbx.h69 #define StoreUshort555RgbxPixelData(pPix, x, pixel, PREFIX) \
70 StoreUshort555RgbxPixel(pPix, x, pixel)
H A DByteBinary1Bit.h74 #define StoreByteBinary1BitPixelData(pPix, x, pixel, PREFIX) \
75 StoreByteBinaryPixelData(ByteBinary1Bit, pPix, x, pixel, PREFIX)
H A DByteBinary2Bit.h74 #define StoreByteBinary2BitPixelData(pPix, x, pixel, PREFIX) \
75 StoreByteBinaryPixelData(ByteBinary2Bit, pPix, x, pixel, PREFIX)
H A DByteBinary4Bit.h74 #define StoreByteBinary4BitPixelData(pPix, x, pixel, PREFIX) \
75 StoreByteBinaryPixelData(ByteBinary4Bit, pPix, x, pixel, PREFIX)
H A DByteGray.h68 #define StoreByteGrayPixelData(pPix, x, pixel, PREFIX) \
69 StoreByteGrayPixel(pPix, x, pixel)
H A DIndex12Gray.h74 #define StoreIndex12GrayPixelData(pPix, x, pixel, PREFIX) \
75 ((pPix)[x] = (jushort) (pixel))
H A DIndex8Gray.h74 #define StoreIndex8GrayPixelData(pPix, x, pixel, PREFIX) \
75 ((pPix)[x] = (jubyte)(pixel))
H A DIntBgr.h71 #define StoreIntBgrPixelData(pPix, x, pixel, PREFIX) \
72 StoreIntBgrPixel(pPix, x, pixel)
H A DIntRgb.h65 #define StoreIntRgbPixelData(pPix, x, pixel, PREFIX) \
66 StoreIntRgbPixel(pPix, x, pixel)
H A DIntRgbx.h68 #define StoreIntRgbxPixelData(pPix, x, pixel, PREFIX) \
69 (pPix)[x] = (pixel)
H A DUshort555Rgb.h74 #define StoreUshort555RgbPixelData(pPix, x, pixel, PREFIX) \
75 StoreUshort555RgbPixel(pPix, x, pixel)
H A DUshort565Rgb.h74 #define StoreUshort565RgbPixelData(pPix, x, pixel, PREFIX) \
75 StoreUshort565RgbPixel(pPix, x, pixel)
H A DUshortGray.h92 #define StoreUshortGrayPixelData(pPix, x, pixel, PREFIX) \
93 StoreUshortGrayPixel(pPix, x, pixel)
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c111 jubyte *pPix; local
115 pPix = (jubyte *) theImage->data;
118 memset(pPix, 0, glyphCounter);
119 pPix += scan;
157 pPix = ((jubyte *) theImage->data) + (left >> 3) + top * scan;
163 int pix = pPix[0];
167 pPix[bx] = (jubyte) pix;
168 pix = pPix[++bx];
176 pPix[bx] = (jubyte) pix;
177 pPix
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_DrawLine.c34 pPix[chan] = pix##chan
37 pPix[chan] ^= pix##chan
44 if ((((jint)pPix | scan) & 3) == 0) { \
74 ANYTYPE##DataType *pPix = (void *)(pRasInfo->rasBase); \
82 PTR_ADD(pPix, y1 * scan + x1 * ANYTYPE##PixelStride); \
100 PTR_ADD(pPix, bumpmajor); \
108 PTR_ADD(pPix, bumpmajor + (bumpminor &~ mask)); \

Completed in 64 milliseconds

12