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

/openjdk9/jdk/src/java.desktop/unix/native/libawt/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));
/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c654 jint c1 = ((jubyte *) pRGB)[comp]; \
655 jint c2 = ((jubyte *) pRGB)[comp+4]; \
657 c1 = ((jubyte *) pRGB)[comp+8]; \
658 c2 = ((jubyte *) pRGB)[comp+12]; \
665 BilinearInterp(jint *pRGB, jint numpix, argument
670 jint *pRes = pRGB;
682 pRGB += 4;
790 rgb = pRGB[index]; \
834 BicubicInterp(jint *pRGB, jint numpix, argument
839 jint *pRes = pRGB;
883 jint *pRGB = pRGBbase; local
896 jint *pRGB = pRGBbase+5; local
[all...]
H A DByteIndexed.h102 #define CopyByteIndexedBmToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
105 (pRGB)[i] = argb & (argb >> 24); \
187 #define CopyByteIndexedToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
202 (pRGB)[i] = argb; \
H A DLoopMacros.h2056 jint *pRGB, jint numpix, \
2063 jint *pEnd = pRGB + numpix; \
2069 while (pRGB < pEnd) { \
2071 Copy ## SRC ## ToIntArgbPre(pRGB, 0, \
2073 pRGB++; \
2081 jint *pRGB, jint numpix, \
2088 jint *pEnd = pRGB + numpix*4; \
2100 while (pRGB < pEnd) { \
2119 Copy ## SRC ## ToIntArgbPre(pRGB, 0, SrcRead, pRow, xwhole); \
2120 Copy ## SRC ## ToIntArgbPre(pRGB,
[all...]
H A DIntBgr.h111 #define CopyIntBgrToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
112 LoadIntBgrTo1IntArgb(pRow, PREFIX, x, (pRGB)[i])
H A DByteGray.h122 #define CopyByteGrayToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
123 LoadByteGrayTo1IntArgb(pRow, PREFIX, x, pRGB[i])
H A DThreeByteBgr.h124 #define CopyThreeByteBgrToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
125 LoadThreeByteBgrTo1IntArgb(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 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 DFourByteAbgr.h134 #define CopyFourByteAbgrToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
148 (pRGB)[i] = a; \
H A DIntArgbBm.h124 #define CopyIntArgbBmToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
129 (pRGB)[i] = argb; \
H A DIntArgb.h103 #define CopyIntArgbToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
118 (pRGB)[i] = argb; \
H A DIntArgbPre.h149 #define CopyIntArgbPreToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
150 (pRGB)[i] = (pRow)[x]
H A DFourByteAbgrPre.h178 #define CopyFourByteAbgrPreToIntArgbPre(pRGB, i, PREFIX, pRow, x) \
179 (pRGB)[i] = (((pRow)[4*(x)+0] << 24) | \
H A DGraphicsPrimitiveMgr.h324 jint *pRGB, jint numpix,

Completed in 121 milliseconds