Searched defs:pCompInfo (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPath.h33 CompositeInfo* pCompInfo; member in struct:__anon913
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 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 DTransformHelper.c251 CompositeInfo *pCompInfo,
544 CompositeInfo *pCompInfo,
628 pCompInfo);
538 Transform_SafeHelper(JNIEnv *env, SurfaceDataOps *srcOps, SurfaceDataOps *dstOps, SurfaceDataRasInfo *pSrcInfo, SurfaceDataRasInfo *pDstInfo, NativePrimitive *pMaskBlitPrim, CompositeInfo *pCompInfo, TransformHelperFunc *pHelperFunc, TransformInterpFunc *pInterpFunc, RegionData *pClipInfo, TransformInfo *pItxInfo, jint *pData, jint *pEdges, jint dxoff, jint dyoff, jint sw, jint sh) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
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_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_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
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_IntArgbBm.c497 CompositeInfo *pCompInfo);
508 CompositeInfo *pCompInfo)
528 fgColor, pRasInfo, pPrim, pCompInfo);
499 IntArgbBmAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, 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_IntArgbPre.c363 mlib_s32 xorpixel = pCompInfo->details.xorPixel;
364 mlib_s32 alphamask = pCompInfo->alphaMask;
723 pSrcInfo, pDstInfo, pPrim, pCompInfo);
789 pSrcInfo, pDstInfo, pPrim, pCompInfo);
864 pSrcInfo, pDstInfo, pPrim, pCompInfo);
944 pSrcInfo, pDstInfo, pPrim, pCompInfo);
1027 pSrcInfo, pDstInfo, pPrim, pCompInfo);
1088 CompositeInfo * pCompInfo)
1157 pPrim, pCompInfo);
1081 IntArgbPreDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument
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_FourByteAbgr.c835 mlib_u32 xorpixel = pCompInfo->details.xorPixel;
836 mlib_u32 alphamask = pCompInfo->alphaMask;
1859 CompositeInfo * pCompInfo)
1997 pPrim, pCompInfo);
1852 FourByteAbgrDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument

Completed in 101 milliseconds