Searched refs:pCompInfo (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPath.h33 CompositeInfo* pCompInfo; member in struct:__anon913
H A DGraphicsPrimitiveMgr.h145 CompositeInfo *pCompInfo,
200 CompositeInfo *pCompInfo);
210 CompositeInfo *pCompInfo);
222 CompositeInfo *pCompInfo);
231 CompositeInfo *pCompInfo);
239 CompositeInfo *pCompInfo);
252 CompositeInfo *pCompInfo);
263 CompositeInfo *pCompInfo);
274 CompositeInfo *pCompInfo);
285 CompositeInfo *pCompInfo);
[all...]
H A DLineUtils.h56 #define LineUtils_ProcessLine(pRasInfo, pixel, pLine, pPrim, pCompInfo, \
69 BUMP_NOOP, 0, pPrim, pCompInfo); \
81 BUMP_NOOP, 0, pPrim, pCompInfo); \
98 pPrim, pCompInfo); \
H A DAnyByteBinary.h242 CompositeInfo *pCompInfo) \
262 CompositeInfo *pCompInfo) \
264 jint xorpixel = pCompInfo->details.xorPixel; \
265 juint alphamask = pCompInfo->alphaMask; \
285 CompositeInfo *pCompInfo) \
310 CompositeInfo *pCompInfo) \
345 CompositeInfo *pCompInfo) \
384 CompositeInfo *pCompInfo) \
386 jint xorpixel = pCompInfo->details.xorPixel; \
387 juint alphamask = pCompInfo
[all...]
H A DDrawPath.c44 DHND(hnd)->pCompInfo,
53 DHND(hnd)->pPrim, DHND(hnd)->pCompInfo);
152 dHData.pCompInfo = &compInfo;
H A DMaskFill.c111 CompositeInfo *pCompInfo, jint color, unsigned char *pMask,
159 pPrim, pCompInfo);
176 pPrim, pCompInfo);
188 pPrim, pCompInfo);
200 pPrim, pCompInfo);
222 pPrim, pCompInfo);
542 CompositeInfo *pCompInfo, jint color, unsigned char *pMask,
622 pPrim, pCompInfo);
636 pPrim, pCompInfo);
658 pPrim, pCompInfo);
110 fillAARect(NativePrimitive *pPrim, SurfaceDataRasInfo *pRasInfo, CompositeInfo *pCompInfo, jint color, unsigned char *pMask, void *pDst, jdouble x1, jdouble y1, jdouble x2, jdouble y2) argument
541 fillAAPgram(NativePrimitive *pPrim, SurfaceDataRasInfo *pRasInfo, CompositeInfo *pCompInfo, jint color, unsigned char *pMask, void *pDst, jdouble x1, jdouble y1, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
777 drawAAPgram(NativePrimitive *pPrim, SurfaceDataRasInfo *pRasInfo, CompositeInfo *pCompInfo, jint color, unsigned char *pMask, void *pDst, jdouble ox0, jdouble oy0, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2, jdouble ldx1, jdouble ldy1, jdouble ldx2, jdouble ldy2) argument
[all...]
H A DGraphicsPrimitiveMgr.c454 NativePrimitive *pPrim, CompositeInfo *pCompInfo)
459 (*pPrim->pCompType->getCompInfo)(env, pCompInfo, comp);
505 GrPrim_CompGetXorInfo(JNIEnv *env, CompositeInfo *pCompInfo, jobject comp) argument
507 pCompInfo->rule = RULE_Xor;
508 pCompInfo->details.xorPixel = (*env)->GetIntField(env, comp, xorPixelID);
509 pCompInfo->alphaMask = (*env)->GetIntField(env, comp, alphaMaskID);
516 GrPrim_CompGetAlphaInfo(JNIEnv *env, CompositeInfo *pCompInfo, jobject comp) argument
518 pCompInfo->rule =
520 pCompInfo->details.extraAlpha =
453 GrPrim_Sg2dGetCompInfo(JNIEnv *env, jobject sg2d, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
H A DLoopMacros.h841 CompositeInfo *pCompInfo) \
862 CompositeInfo *pCompInfo) \
882 CompositeInfo *pCompInfo) \
884 jint xorpixel = pCompInfo->details.xorPixel; \
908 CompositeInfo *pCompInfo) \
933 CompositeInfo *pCompInfo) \
964 CompositeInfo *pCompInfo) \
993 CompositeInfo *pCompInfo) \
1023 CompositeInfo *pCompInfo) \
1050 CompositeInfo *pCompInfo) \
[all...]
H A DFillPath.c41 DHND(hnd)->pPrim, DHND(hnd)->pCompInfo);
141 dHData.pCompInfo = &compInfo;
H A DDrawPolygons.c65 CompositeInfo *pCompInfo,
84 pPrim, pCompInfo,
92 pPrim, pCompInfo,
62 ProcessPoly(SurfaceDataRasInfo *pRasInfo, DrawLineFunc *pLine, NativePrimitive *pPrim, CompositeInfo *pCompInfo, jint pixel, jint transX, jint transY, jint *xPointsPtr, jint *yPointsPtr, jint *nPointsPtr, jint numPolys, jboolean close) argument
H A DByteIndexed.c160 CompositeInfo *pCompInfo)
204 CompositeInfo *pCompInfo)
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Djava2d_Mlib.h77 CompositeInfo *pCompInfo
81 pSrcInfo, pDstInfo, pPrim, pCompInfo
93 CompositeInfo * pCompInfo
98 pSrcInfo, pDstInfo, pPrim, pCompInfo
109 CompositeInfo * pCompInfo
114 pSrcInfo, pDstInfo, pPrim, pCompInfo
129 CompositeInfo *pCompInfo
134 pSrcInfo, pDstInfo, pPrim, pCompInfo
146 CompositeInfo * pCompInfo
274 CompositeInfo * pCompInfo);
[all...]
H A Dvis_AlphaMaskFill.c189 CompositeInfo *pCompInfo)
214 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
215 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
216 SrcOpAdd = (AlphaRules[pCompInfo->rule].srcOps).addval;
223 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
224 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
225 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
278 CompositeInfo *pCompInfo)
305 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
306 SrcOpXor = (AlphaRules[pCompInfo
180 IntArgbAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
269 FourByteAbgrAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
504 IntRgbAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
603 IntBgrAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
702 ThreeByteBgrAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_IntArgbPre_Mask.c215 CompositeInfo *pCompInfo)
240 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
241 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
242 SrcOpAdd = (AlphaRules[pCompInfo->rule].srcOps).addval;
249 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
250 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
251 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
302 CompositeInfo *pCompInfo)
331 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
332 SrcOpXor = (AlphaRules[pCompInfo
206 IntArgbPreAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
293 FourByteAbgrPreAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
484 IntArgbPreSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
556 FourByteAbgrPreSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
769 IntArgbPreSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
840 FourByteAbgrPreSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_AlphaMaskBlit.c199 extraA = (mlib_s32)(pCompInfo->details.extraAlpha * 255.0 + 0.5);
203 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
204 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
205 SrcOpAdd = (AlphaRules[pCompInfo->rule].srcOps).addval;
208 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
209 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
210 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
275 extraA = (mlib_s32)(pCompInfo->details.extraAlpha * 255.0 + 0.5);
279 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
280 SrcOpXor = (AlphaRules[pCompInfo
[all...]
H A Djava2d_Mlib.c75 CompositeInfo * pCompInfo) \
117 CompositeInfo * pCompInfo) \
125 mlib_s32 xorpixel = pCompInfo->details.xorPixel; \
126 mlib_s32 alphamask = pCompInfo->alphaMask; \
166 CompositeInfo *pCompInfo) \
172 mlib_s32 pixel = pCompInfo->details.xorPixel; \
206 CompositeInfo * pCompInfo) \
246 CompositeInfo * pCompInfo) \
254 mlib_s32 xorpixel = pCompInfo->details.xorPixel; \
255 mlib_s32 alphamask = pCompInfo
[all...]
H A Dvis_DrawLine.c49 errminor, pPrim, pCompInfo); \
72 CompositeInfo * pCompInfo) \
123 mlib_s32 xorpixel = pCompInfo->details.xorPixel; \
124 mlib_s32 alphamask = pCompInfo->alphaMask; \
H A Dvis_XorBlit.c95 mlib_s32 xorpixel = pCompInfo->details.xorPixel;
96 mlib_s32 alphamask = pCompInfo->alphaMask;
154 mlib_s32 xorpixel = pCompInfo->details.xorPixel;
155 mlib_s32 alphamask = pCompInfo->alphaMask;
213 mlib_s32 xorpixel = pCompInfo->details.xorPixel;
214 mlib_s32 alphamask = pCompInfo->alphaMask;
275 mlib_s32 xorpixel = pCompInfo->details.xorPixel;
276 mlib_s32 alphamask = pCompInfo->alphaMask;
336 jint xorpixel = pCompInfo->details.xorPixel;
337 juint alphamask = pCompInfo
[all...]
H A Dvis_FourByteAbgrPre.c46 pPrim, pCompInfo); \
50 pPrim, pCompInfo); \
78 pPrim, pCompInfo); \
82 pPrim, pCompInfo); \
104 pPrim, pCompInfo); \
160 CompositeInfo * pCompInfo)
270 pPrim, pCompInfo);
H A Dvis_SrcMaskFill.c134 CompositeInfo *pCompInfo)
157 fgColor, pPrim, pCompInfo);
202 CompositeInfo *pCompInfo)
228 fgColor, pPrim, pCompInfo);
380 CompositeInfo *pCompInfo)
401 fgColor, pPrim, pCompInfo);
446 CompositeInfo *pCompInfo)
471 fgColor, pPrim, pCompInfo);
516 CompositeInfo *pCompInfo)
541 fgColor, pPrim, pCompInfo);
125 IntArgbSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
193 FourByteAbgrSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
371 IntRgbSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
437 IntBgrSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
507 ThreeByteBgrSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_ByteIndexed.c366 mlib_s32 xorpixel = pCompInfo->details.xorPixel;
367 mlib_s32 alphamask = pCompInfo->alphaMask;
426 CompositeInfo *pCompInfo)
456 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
457 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
458 SrcOpAdd = (AlphaRules[pCompInfo->rule].srcOps).addval;
461 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
462 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
463 DstOpAdd = (AlphaRules[pCompInfo->rule].dstOps).addval;
417 ByteIndexedAlphaMaskFill(void *dstBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pDstInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
H A Dvis_ByteGray_Mask.c332 CompositeInfo *pCompInfo)
350 AnyByteSetRect(pRasInfo, 0, 0, width, height, srcG, pPrim, pCompInfo);
359 srcG, pPrim, pCompInfo);
413 CompositeInfo *pCompInfo)
502 CompositeInfo *pCompInfo)
517 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
518 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
519 SrcOpAdd = (AlphaRules[pCompInfo->rule].srcOps).addval - SrcOpXor;
521 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
522 DstOpXor = (AlphaRules[pCompInfo
323 ByteGraySrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
404 ByteGraySrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
493 ByteGrayAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_ByteGray_FromRgb.c530 jint xorpixel = pCompInfo->details.xorPixel;
531 juint alphamask = pCompInfo->alphaMask;
719 extraA = (mlib_s32)(pCompInfo->details.extraAlpha * 255.0 + 0.5);
895 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
896 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
898 (jint) (AlphaRules[pCompInfo->rule].srcOps).addval - SrcOpXor;
900 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
901 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
903 (jint) (AlphaRules[pCompInfo->rule].dstOps).addval - DstOpXor;
905 extraA = (mlib_s32)(pCompInfo
[all...]
H A Dvis_UshortGray_FromRgb.c501 jint xorpixel = pCompInfo->details.xorPixel;
502 juint alphamask = pCompInfo->alphaMask;
681 extraA = (mlib_s32)(pCompInfo->details.extraAlpha * 255.0 + 0.5);
856 SrcOpAnd = (AlphaRules[pCompInfo->rule].srcOps).andval;
857 SrcOpXor = (AlphaRules[pCompInfo->rule].srcOps).xorval;
859 (jint) (AlphaRules[pCompInfo->rule].srcOps).addval - SrcOpXor;
861 DstOpAnd = (AlphaRules[pCompInfo->rule].dstOps).andval;
862 DstOpXor = (AlphaRules[pCompInfo->rule].dstOps).xorval;
864 (jint) (AlphaRules[pCompInfo->rule].dstOps).addval - DstOpXor;
866 extraA = (mlib_s32)(pCompInfo
[all...]
H A Dvis_SrcOverMaskFill.c198 CompositeInfo *pCompInfo)
272 CompositeInfo *pCompInfo)
507 CompositeInfo *pCompInfo)
580 CompositeInfo *pCompInfo)
653 CompositeInfo *pCompInfo)
691 pPrim, pCompInfo);
697 pRasInfo, pRasInfo, pPrim, pCompInfo);
710 pPrim, pCompInfo);
716 pRasInfo, pRasInfo, pPrim, pCompInfo);
189 IntArgbSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
263 FourByteAbgrSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
498 IntRgbSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
571 IntBgrSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
644 ThreeByteBgrSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument

Completed in 277 milliseconds

12