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

12

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPaints.cpp159 jint *pPix = (jint*)lockedRect.pBits;
160 pPix[0] = pixel1;
161 pPix[1] = pixel2;
384 juint *pPix = (juint*)lockedRect.pBits; local
385 memcpy(pPix, pixels, numStops*sizeof(juint));
391 pPix[MAX_MULTI_GRADIENT_COLORS-1] = pixels[numStops-1];
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c619 mlib_u8 *pPix; local
682 pPix = pRasInfo->rasBase;
683 PTR_ADD(pPix, top * scan + left);
693 dstG = pPix[i];
697 pPix[i] = dstG;
699 pPix[i] = fgpixel;
704 PTR_ADD(pPix, scan);
710 mlib_u8 *dst = pPix;
761 PTR_ADD(pPix, scan);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteIndexed.h118 #define StoreByteIndexedPixelData(pPix, x, pixel, PREFIX) \
119 (pPix)[x] = (jubyte) (pixel)
H A DIntArgb.h69 #define StoreIntArgbPixelData(pPix, x, pixel, PREFIX) \
70 (pPix)[x] = (pixel)
H A DIntArgbBm.h86 #define StoreIntArgbBmPixelData(pPix, x, pixel, PREFIX) \
87 (pPix)[x] = (pixel)
H A DIntArgbPre.h75 #define StoreIntArgbPrePixelData(pPix, x, pixel, PREFIX) \
76 (pPix)[x] = (pixel)
H A DUshortIndexed.h116 #define StoreUshortIndexedPixelData(pPix, x, pixel, PREFIX) \
117 (pPix)[x] = (jushort) (pixel)
H A DUshort4444Argb.h72 #define StoreUshort4444ArgbPixelData(pPix, x, pixel, PREFIX)

Completed in 1217 milliseconds

12