Searched refs:pRGB (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_Interp.c72 vis_BilinearBlend(jint *pRGB, jint numpix, argument
76 mlib_d64 *p_src = (void*)pRGB;
77 mlib_f32 *p_dst = (void*)pRGB;
186 vis_BicubicBlend(jint *pRGB, jint numpix, argument
190 mlib_d64 *p_src = (void*)pRGB;
281 *pRGB++ = ((a << 24) | (r << 16) | (g << 8) | (b));
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c647 jint c1 = ((jubyte *) pRGB)[comp]; \
648 jint c2 = ((jubyte *) pRGB)[comp+4]; \
650 c1 = ((jubyte *) pRGB)[comp+8]; \
651 c2 = ((jubyte *) pRGB)[comp+12]; \
658 BilinearInterp(jint *pRGB, jint numpix, argument
663 jint *pRes = pRGB;
675 pRGB += 4;
783 rgb = pRGB[index]; \
827 BicubicInterp(jint *pRGB, jint numpix, argument
832 jint *pRes = pRGB;
876 jint *pRGB = pRGBbase; local
889 jint *pRGB = pRGBbase+5; local
[all...]
H A DByteIndexed.h101 #define CopyByteIndexedBmToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
104 (pRGB)[i] = argb & (argb >> 24); \
181 #define CopyByteIndexedToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
196 (pRGB)[i] = argb; \
H A DLoopMacros.h2004 jint *pRGB, jint numpix, \
2011 jint *pEnd = pRGB + numpix; \
2017 while (pRGB < pEnd) { \
2019 Copy ## SRC ## ToIntArgbPre(pRGB, 0, \
2021 pRGB++; \
2029 jint *pRGB, jint numpix, \
2036 jint *pEnd = pRGB + numpix*4; \
2048 while (pRGB < pEnd) { \
2067 Copy ## SRC ## ToIntArgbPre(pRGB, 0, SrcRead, pRow, xwhole); \
2068 Copy ## SRC ## ToIntArgbPre(pRGB,
[all...]
H A DByteGray.h122 #define CopyByteGrayToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
123 LoadByteGrayTo1IntArgb(pRow, PREFIX, x, pRGB[i])
H A DIndex12Gray.h125 #define CopyIndex12GrayToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
126 (pRGB)[i] = PREFIX ## Lut[(pRow)[x] & 0xfff]
H A DIndex8Gray.h125 #define CopyIndex8GrayToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
126 (pRGB)[i] = PREFIX ## Lut[pRow[x]]
H A DIntBgr.h111 #define CopyIntBgrToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
112 LoadIntBgrTo1IntArgb(pRow, PREFIX, x, (pRGB)[i])
H A DIntRgb.h99 #define CopyIntRgbToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
100 LoadIntRgbTo1IntArgb(pRow, PREFIX, x, (pRGB)[i])
H A DIntRgbx.h102 #define CopyIntRgbxToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
103 (pRGB)[i] = (((pRow)[x] >> 8) | 0xff000000)
H A DThreeByteBgr.h124 #define CopyThreeByteBgrToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
125 LoadThreeByteBgrTo1IntArgb(pRow, PREFIX, x, (pRGB)[i])
H A DFourByteAbgr.h134 #define CopyFourByteAbgrToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
148 (pRGB)[i] = a; \
H A DFourByteAbgrPre.h178 #define CopyFourByteAbgrPreToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
179 (pRGB)[i] = (((pRow)[4*(x)+0] << 24) | \
H A DIntArgb.h103 #define CopyIntArgbToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
118 (pRGB)[i] = argb; \
H A DIntArgbBm.h124 #define CopyIntArgbBmToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
129 (pRGB)[i] = argb; \
H A DIntArgbPre.h149 #define CopyIntArgbPreToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
150 (pRGB)[i] = (pRow)[x]
H A DGraphicsPrimitiveMgr.h322 jint *pRGB, jint numpix,

Completed in 53 milliseconds