Searched refs:pixel (Results 51 - 75 of 139) sorted by relevance

123456

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteBinary2Bit.h71 #define StoreByteBinary2BitPixel(pRas, x, pixel) \
72 StoreByteBinaryPixel(ByteBinary2Bit, pRas, x, pixel)
74 #define StoreByteBinary2BitPixelData(pPix, x, pixel, PREFIX) \
75 StoreByteBinaryPixelData(ByteBinary2Bit, pPix, x, pixel, PREFIX)
77 #define ByteBinary2BitPixelFromArgb(pixel, rgb, pRasInfo) \
78 ByteBinaryPixelFromArgb(ByteBinary2Bit, pixel, rgb, pRasInfo)
H A DByteBinary4Bit.h71 #define StoreByteBinary4BitPixel(pRas, x, pixel) \
72 StoreByteBinaryPixel(ByteBinary4Bit, pRas, x, pixel)
74 #define StoreByteBinary4BitPixelData(pPix, x, pixel, PREFIX) \
75 StoreByteBinaryPixelData(ByteBinary4Bit, pPix, x, pixel, PREFIX)
77 #define ByteBinary4BitPixelFromArgb(pixel, rgb, pRasInfo) \
78 ByteBinaryPixelFromArgb(ByteBinary4Bit, pixel, rgb, pRasInfo)
H A DByteGray.h65 #define StoreByteGrayPixel(pRas, x, pixel) \
66 ((pRas)[x] = (jubyte) (pixel))
68 #define StoreByteGrayPixelData(pPix, x, pixel, PREFIX) \
69 StoreByteGrayPixel(pPix, x, pixel)
71 #define ByteGrayPixelFromArgb(pixel, rgb, pRasInfo) \
75 (pixel) = ComposeByteGrayFrom3ByteRgb(r, g, b); \
H A DIndex12Gray.h67 #define StoreIndex12GrayPixel(pRas, x, pixel) \
68 ((pRas)[x] = (jushort) (pixel))
74 #define StoreIndex12GrayPixelData(pPix, x, pixel, PREFIX) \
75 ((pPix)[x] = (jushort) (pixel))
77 #define Index12GrayPixelFromArgb(pixel, rgb, pRasInfo) \
82 (pixel) = (pRasInfo)->invGrayTable[gray]; \
H A DIndex8Gray.h67 #define StoreIndex8GrayPixel(pRas, x, pixel) \
68 ((pRas)[x] = (jubyte) (pixel))
74 #define StoreIndex8GrayPixelData(pPix, x, pixel, PREFIX) \
75 ((pPix)[x] = (jubyte)(pixel))
77 #define Index8GrayPixelFromArgb(pixel, rgb, pRasInfo) \
82 (pixel) = (pRasInfo)->invGrayTable[gray]; \
H A DUshortGray.h82 #define UshortGrayPixelFromArgb(pixel, rgb, pRasInfo) \
86 (pixel) = ComposeUshortGrayFrom3ByteRgb(r, g, b); \
89 #define StoreUshortGrayPixel(pRas, x, pixel) \
90 ((pRas)[x] = (jushort) (pixel))
92 #define StoreUshortGrayPixelData(pPix, x, pixel, PREFIX) \
93 StoreUshortGrayPixel(pPix, x, pixel)
H A DFourByteAbgrPre.h52 #define FourByteAbgrPrePixelFromArgb(pixel, rgb, pRasInfo) \
56 (pixel) = (((rgb) << 8) | (((juint) (rgb)) >> 24)); \
62 (pixel) = ComposeIntDcmComponents1234(r, g, b, a); \
66 #define StoreFourByteAbgrPrePixel(pRas, x, pixel) \
68 (pRas)[4*(x)+0] = (jubyte) ((pixel) >> 0); \
69 (pRas)[4*(x)+1] = (jubyte) ((pixel) >> 8); \
70 (pRas)[4*(x)+2] = (jubyte) ((pixel) >> 16); \
71 (pRas)[4*(x)+3] = (jubyte) ((pixel) >> 24); \
85 #define StoreFourByteAbgrPrePixelData(pPix, x, pixel, PREFIX) \
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 DFourByteAbgr.h52 #define FourByteAbgrPixelFromArgb(pixel, rgb, pRasInfo) \
53 (pixel) = (((rgb) << 8) | (((juint) (rgb)) >> 24))
55 #define StoreFourByteAbgrPixel(pRas, x, pixel) \
57 (pRas)[4*(x)+0] = (jubyte) ((pixel) >> 0); \
58 (pRas)[4*(x)+1] = (jubyte) ((pixel) >> 8); \
59 (pRas)[4*(x)+2] = (jubyte) ((pixel) >> 16); \
60 (pRas)[4*(x)+3] = (jubyte) ((pixel) >> 24); \
74 #define StoreFourByteAbgrPixelData(pPix, x, pixel, PREFIX) \
H A DDrawPath.c41 DHND(hnd)->pixel,
51 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, 1, 0,
70 jint pixel = GrPrim_Sg2dGetPixel(env, sg2d); local
150 dHData.pixel = pixel;
H A DDrawRect.c47 jint pixel = GrPrim_Sg2dGetPixel(env, sg2d); local
109 pixel, xsize, 0,
116 pixel, ysize, 0,
123 pixel, ysize, 0,
130 pixel, xsize, 0,
H A DDrawParallelogram.c35 pRasInfo, pixel, pPrim, pFunc, pCompInfo) \
41 LineUtils_ProcessLine(pRasInfo, pixel, \
103 jint pixel; local
135 pixel = GrPrim_Sg2dGetPixel(env, sg2d);
179 // If the line widths are both less than a pixel wide
197 &rasInfo, pixel, pPrim, pLine, &compInfo);
199 &rasInfo, pixel, pPrim, pLine, &compInfo);
201 &rasInfo, pixel, pPrim, pLine, &compInfo);
203 &rasInfo, pixel, pPrim, pLine, &compInfo);
296 pixel, pPri
[all...]
H A DFillPath.c39 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, x1 - x0 + 1, 0,
59 jint pixel = GrPrim_Sg2dGetPixel(env, sg2d); local
139 dHData.pixel = pixel;
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_fscolor.h96 #define ColorDitherPixel(dstX, dstY, pixel, red, green, blue) \
110 /* Store the closest color in the destination pixel */ \
111 pixel = ColorCubeFSMap(e1, e2, e3); \
112 GetPixelRGB(pixel, red, green, blue); \
H A Dimg_noscale.h68 #define ColSetup(srcTW, dstTW, pixel) \
69 pixel = GetPixelInc()
H A Dimg_replscale.h31 * the closest input pixel to the location which is obtained from
34 * original image size since the same input pixel will be chosen for
35 * more than one output pixel. Conversely, when scaling smaller than
46 * order of pixel delivery.
118 #define ColSetup(srcTW, dstTW, pixel) \
122 pixel = GetPixelInc(); \
124 pixel = GetPixel(srcX); \
H A Dimg_output24.h31 * as three consecutive bytes such that the pixel for (srcX, srcY) is
47 #define PutPixelInc(pixel, red, green, blue) \
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c216 int pixel = cmap[i]; local
217 rgb = (pixel & 0x00f80000) >> 9;
218 rgb |= (pixel & 0x0000f800) >> 6;
219 rgb |= (pixel & 0xf8) >> 3;
221 pixel = cmap[cmap_len - i - 1];
222 rgb = (pixel & 0x00f80000) >> 9;
223 rgb |= (pixel & 0x0000f800) >> 6;
224 rgb |= (pixel & 0xf8) >> 3;
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DNullSurfaceData.java96 * Does the pixel accessibility of the destination surface
111 * Returns the pixel data for the specified Argb value packed
122 public int rgbFor(int pixel) { argument
123 return pixel;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.java172 // Default is using 24 bits per pixel.
293 // we will use getPixels() to extract pixel data for writePixels()
459 /* NB: the actual pixel size can be smaller than
461 * For example: in case of TYPE_INT_RGB actual pixel
609 int[] pixel = new int[maxBandOffset + 1];
722 System.arraycopy(pixels, k, pixel, 0, pixel.length);
725 // pixel data is provided here in RGB order
726 pixels[n + m] = pixel[sourceBands[m]];
766 int pixel
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSTransform.java216 Object pixel;
239 pixel = null;
243 pixel = srcRas.getDataElements(x, y, pixel);
244 color = srcCM.getNormalizedComponents(pixel, color, 0);
258 pixel = null;
270 pixel = dstCM.getDataElements(dstColor, 0, pixel);
271 dstRas.setDataElements(x, y, pixel);
277 Object pixel;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11PMBlitBgLoops.java95 int pixel = dst.pixelFor(bgColor);
100 xgc, pixel,
112 long xgc, int pixel,
111 nativeBlitBg(long srcData, long dstData, long xgc, int pixel, int sx, int sy, int dx, int dy, int w, int h) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_DrawLine.c45 mlib_s32 s_pixel = pixel, r_pixel; \
56 mlib_s32 pix = pixel
64 jint pixel, \
125 mlib_s32 pix = (pixel ^ xorpixel) &~ alphamask

Completed in 217 milliseconds

123456