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

12

/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.h41 GLclampf argb[4]; // background clear color member in struct:_CGLSDOps
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIntArgb.h76 #define LoadIntArgbTo1IntArgb(pRas, PREFIX, x, argb) \
77 (argb) = (pRas)[x]
94 #define StoreIntArgbFrom1IntArgb(pRas, PREFIX, x, argb) \
95 (pRas)[x] = (argb)
105 jint argb = (pRow)[x]; \
106 jint a = URShift(argb, 24); \
108 argb = 0; \
110 jint r = (argb >> 16) & 0xff; \
111 jint g = (argb >> 8) & 0xff; \
112 jint b = (argb )
[all...]
H A DByteIndexed.h103 jint argb = PREFIX ## Lut[pRow[x]]; \
104 (pRGB)[i] = argb & (argb >> 24); \
132 #define LoadByteIndexedTo1IntArgb(pRas, PREFIX, x, argb) \
133 (argb) = PREFIX ## Lut[pRas[x]]
143 jint argb = PREFIX ## Lut[pRas[x]]; \
144 ExtractIntDcmComponents1234(argb, a, r, g, b); \
166 #define StoreByteIndexedFrom1IntArgb(pRas, PREFIX, x, argb) \
167 StoreByteIndexedFrom1IntRgb(pRas, PREFIX, x, argb)
183 jint argb
[all...]
H A DIntBgr.h57 #define StoreIntBgrNonXparFromArgb(pRas, PREFIX, x, argb) \
58 (pRas)[x] = SwapIntDcmComponentsX123ToC321(argb)
81 #define LoadIntBgrTo1IntArgb(pRas, PREFIX, x, argb) \
84 (argb) = SwapIntDcmComponentsX123ToS321(pixel); \
102 #define StoreIntBgrFrom1IntArgb(pRas, PREFIX, x, argb) \
103 StoreIntBgrFrom1IntRgb(pRas, PREFIX, x, argb)
131 #define ClearIntBgrBlendFillVars(PREFIX, argb) \
134 #define InitIntBgrBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
138 #define InitIntBgrBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
140 #define StoreIntBgrBlendFill(pRas, PREFIX, x, argb, COMP_PREFI
[all...]
H A DIntRgb.h72 #define LoadIntRgbTo1IntArgb(pRas, PREFIX, x, argb) \
73 (argb) = 0xff000000 | (pRas)[x]
90 #define StoreIntRgbFrom1IntArgb(pRas, PREFIX, x, argb) \
91 (pRas)[x] = (argb)
138 #define ClearIntRgbBlendFillVars(PREFIX, argb) \
139 argb = 0
141 #define InitIntRgbBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX)
143 #define InitIntRgbBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
145 #define StoreIntRgbBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
146 (pRas)[x] = (argb)
[all...]
H A DIntRgbx.h75 #define LoadIntRgbxTo1IntArgb(pRas, PREFIX, x, argb) \
76 (argb) = 0xff000000 | ((pRas)[x] >> 8)
93 #define StoreIntRgbxFrom1IntArgb(pRas, PREFIX, x, argb) \
94 (pRas)[x] = ((argb) << 8)
126 #define ClearIntRgbxBlendFillVars(PREFIX, argb) \
127 argb = 0
129 #define InitIntRgbxBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX)
131 #define InitIntRgbxBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
133 #define StoreIntRgbxBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
134 (pRas)[x] = (argb <<
[all...]
H A DIntArgbBm.h61 #define StoreIntArgbBmNonXparFromArgb(pRas, PREFIX, x, argb) \
62 StoreIntArgbBmFrom1IntArgb(pRas, PREFIX, x, argb)
93 #define LoadIntArgbBmTo1IntArgb(pRas, PREFIX, x, argb) \
95 (argb) = (pRas)[x]; \
96 (argb) = (((argb) << 7) >> 7); \
115 #define StoreIntArgbBmFrom1IntArgb(pRas, PREFIX, x, argb) \
116 (pRas)[x] = ((argb) | (((argb) >> 31) << 24))
126 jint argb
[all...]
H A DFourByteAbgrPre.h97 #define LoadFourByteAbgrPreTo1IntArgb(pRas, PREFIX, x, argb) \
101 (argb) = (((pRas)[4*(x)+1] << 0) | \
110 (argb) = ComposeIntDcmComponents1234(a, r, g, b); \
141 #define StoreFourByteAbgrPreFrom1IntArgb(pRas, PREFIX, x, argb) \
143 if ((((argb) >> 24) + 1) == 0) { \
144 (pRas)[4*(x)+0] = (jubyte) ((argb) >> 24); \
145 (pRas)[4*(x)+1] = (jubyte) ((argb) >> 0); \
146 (pRas)[4*(x)+2] = (jubyte) ((argb) >> 8); \
147 (pRas)[4*(x)+3] = (jubyte) ((argb) >> 16); \
150 ExtractIntDcmComponents1234(argb,
[all...]
H A DIntArgbPre.h86 #define LoadIntArgbPreTo1IntArgb(pRas, PREFIX, x, argb) \
91 (argb) = pixel; \
98 (argb) = ComposeIntDcmComponents1234(a, r, g, b); \
122 #define StoreIntArgbPreFrom1IntArgb(pRas, PREFIX, x, argb) \
124 if ((((argb) >> 24) + 1) == 0) { \
125 (pRas)[x] = (argb); \
128 ExtractIntDcmComponents1234(argb, a, r, g, b); \
198 #define ClearIntArgbPreBlendFillVars(PREFIX, argb) \
199 argb = 0
201 #define InitIntArgbPreBlendFillVarsNonPre(PREFIX, argb, COMP_PREFI
[all...]
H A DByteGray.h85 #define LoadByteGrayTo1IntArgb(pRas, PREFIX, x, argb) \
88 (argb) = (((((0xff << 8) | gray) << 8) | gray) << 8) | gray; \
110 #define StoreByteGrayFrom1IntArgb(pRas, PREFIX, x, argb) \
111 StoreByteGrayFrom1IntRgb(pRas, PREFIX, x, argb)
141 #define ClearByteGrayBlendFillVars(PREFIX, argb) \
144 #define InitByteGrayBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
147 #define InitByteGrayBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
149 #define StoreByteGrayBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
H A DThreeByteBgr.h85 #define LoadThreeByteBgrTo1IntArgb(pRas, PREFIX, x, argb) \
86 (argb) = (((pRas)[3*(x)+0] << 0) | \
111 #define StoreThreeByteBgrFrom1IntArgb(pRas, PREFIX, x, argb) \
112 StoreThreeByteBgrFrom1IntRgb(pRas, PREFIX, x, argb)
144 #define ClearThreeByteBgrBlendFillVars(PREFIX, argb) \
147 #define InitThreeByteBgrBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
154 #define InitThreeByteBgrBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
156 #define StoreThreeByteBgrBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
H A DUshortGray.h102 #define LoadUshortGrayTo1IntArgb(pRas, PREFIX, x, argb) \
105 (argb) = (((((0xff << 8) | gray) << 8) | gray) << 8) | gray; \
130 #define StoreUshortGrayFrom1IntArgb(pRas, PREFIX, x, argb) \
131 StoreUshortGrayFrom1IntRgb(pRas, PREFIX, x, argb)
161 #define ClearUshortGrayBlendFillVars(PREFIX, argb) \
164 #define InitUshortGrayBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
167 #define InitUshortGrayBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
169 #define StoreUshortGrayBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
H A DFourByteAbgr.h88 #define LoadFourByteAbgrTo1IntArgb(pRas, PREFIX, x, argb) \
89 (argb) = (((pRas)[4*(x)+0] << 24) | \
115 #define StoreFourByteAbgrFrom1IntArgb(pRas, PREFIX, x, argb) \
117 (pRas)[4*(x)+0] = (jubyte) ((argb) >> 24); \
118 (pRas)[4*(x)+1] = (jubyte) ((argb) >> 0); \
119 (pRas)[4*(x)+2] = (jubyte) ((argb) >> 8); \
120 (pRas)[4*(x)+3] = (jubyte) ((argb) >> 16); \
168 #define ClearFourByteAbgrBlendFillVars(PREFIX, argb) \
171 #define InitFourByteAbgrBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
179 #define InitFourByteAbgrBlendFillVarsPre(PREFIX, argb, COMP_PREFI
[all...]
H A DByteBinary1Bit.h88 #define LoadByteBinary1BitTo1IntArgb(pRas, PREFIX, x, argb) \
89 LoadByteBinaryTo1IntArgb(ByteBinary1Bit, pRas, PREFIX, x, argb)
100 #define StoreByteBinary1BitFrom1IntArgb(pRas, PREFIX, x, argb) \
101 StoreByteBinaryFrom1IntArgb(ByteBinary1Bit, pRas, PREFIX, x, argb)
H A DByteBinary2Bit.h88 #define LoadByteBinary2BitTo1IntArgb(pRas, PREFIX, x, argb) \
89 LoadByteBinaryTo1IntArgb(ByteBinary2Bit, pRas, PREFIX, x, argb)
100 #define StoreByteBinary2BitFrom1IntArgb(pRas, PREFIX, x, argb) \
101 StoreByteBinaryFrom1IntArgb(ByteBinary2Bit, pRas, PREFIX, x, argb)
H A DByteBinary4Bit.h88 #define LoadByteBinary4BitTo1IntArgb(pRas, PREFIX, x, argb) \
89 LoadByteBinaryTo1IntArgb(ByteBinary4Bit, pRas, PREFIX, x, argb)
100 #define StoreByteBinary4BitFrom1IntArgb(pRas, PREFIX, x, argb) \
101 StoreByteBinaryFrom1IntArgb(ByteBinary4Bit, pRas, PREFIX, x, argb)
H A DIndex12Gray.h88 #define LoadIndex12GrayTo1IntArgb(pRas, PREFIX, x, argb) \
89 (argb) = PREFIX ## Lut[pRas[x] & 0xfff]
110 #define StoreIndex12GrayFrom1IntArgb(pRas, PREFIX, x, argb) \
111 StoreIndex12GrayFrom1IntRgb(pRas, PREFIX, x, argb)
H A DIndex8Gray.h88 #define LoadIndex8GrayTo1IntArgb(pRas, PREFIX, x, argb) \
89 (argb) = PREFIX ## Lut[pRas[x]]
110 #define StoreIndex8GrayFrom1IntArgb(pRas, PREFIX, x, argb) \
111 StoreIndex8GrayFrom1IntRgb(pRas, PREFIX, x, argb)
H A DUshort555Rgb.h124 #define ClearUshort555RgbBlendFillVars(PREFIX, argb) \
127 #define InitUshort555RgbBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
132 #define InitUshort555RgbBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
134 #define StoreUshort555RgbBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
H A DUshort565Rgb.h124 #define ClearUshort565RgbBlendFillVars(PREFIX, argb) \
127 #define InitUshort565RgbBlendFillVarsNonPre(PREFIX, argb, COMP_PREFIX) \
132 #define InitUshort565RgbBlendFillVarsPre(PREFIX, argb, COMP_PREFIX)
134 #define StoreUshort565RgbBlendFill(pRas, PREFIX, x, argb, COMP_PREFIX) \
H A DUshortIndexed.h130 #define LoadUshortIndexedTo1IntArgb(pRas, PREFIX, x, argb) \
131 (argb) = PREFIX ## Lut[(pRas[x])&UshortIndexedLutMask];
141 jint argb = PREFIX ## Lut[(pRas[x])&UshortIndexedLutMask]; \
142 ExtractIntDcmComponents1234(argb, a, r, g, b); \
152 #define StoreUshortIndexedFrom1IntArgb(pRas, PREFIX, x, argb) \
153 StoreUshortIndexedFrom1IntRgb(pRas, PREFIX, x, argb)
H A DUshort4444Argb.h93 #define LoadUshort4444ArgbTo1IntArgb(pRas, PREFIX, x, argb) \
97 (argb) = (a << 24) | (r << 16) | (g << 8) | (b << 0); \
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray.c584 jint argb = srcLut[src[i]]; local
586 b = (argb) & 0xff;
587 g = (argb >> 8) & 0xff;
588 r = (argb >> 16) & 0xff;
659 jint argb = srcLut[src[tmpsxloc >> shift]]; local
661 b = (argb) & 0xff;
662 g = (argb >> 8) & 0xff;
663 r = (argb >> 16) & 0xff;
731 mlib_s32 argb = srcLut[src[i]]; local
732 if (argb <
818 mlib_s32 argb = srcLut[src[i]]; local
902 mlib_s32 argb = srcLut[src[tmpsxloc >> shift]]; local
[all...]
H A Dvis_UshortGray.c349 jint argb = srcLut[src[i]]; local
351 b = (argb) & 0xff;
352 g = (argb >> 8) & 0xff;
353 r = (argb >> 16) & 0xff;
423 jint argb = srcLut[src[tmpsxloc >> shift]]; local
425 b = (argb) & 0xff;
426 g = (argb >> 8) & 0xff;
427 r = (argb >> 16) & 0xff;
494 mlib_s32 argb = srcLut[src[i]]; local
495 if (argb <
565 mlib_s32 argb = srcLut[src[i]]; local
649 mlib_s32 argb = srcLut[src[tmpsxloc >> shift]]; local
[all...]
H A Dvis_FourByteAbgr.c125 mlib_u32 *argb = (mlib_u32 *)dstBase; local
164 for (i = 0; i < height; i++, argb += dstScan, abgr += srcScan) {
165 if ((((mlib_addr) argb | (mlib_addr) abgr) & 7) == 0) {
167 mlib_d64 *d_argb = (mlib_d64 *) argb;
179 ((mlib_f32 *) argb)[2 * count] = vis_read_hi(w_abgr);
190 ((mlib_f32 *) argb)[2 * j] = vis_read_hi(w_abgr);
191 ((mlib_f32 *) argb)[2 * j + 1] = vis_read_lo(w_abgr);
198 ((mlib_f32 *) argb)[2 * count] = vis_read_hi(w_abgr);
208 for (i = 0; i < height; i++, argb += dstScan, abgr += srcScan) {
212 if (((mlib_addr) argb
259 mlib_u32 *argb = (mlib_u32 *)srcBase; local
381 mlib_u32 *argb = (mlib_u32 *)srcBase; local
[all...]

Completed in 89 milliseconds

12