Searched refs:rasBase (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_SrcMaskFill.c125 void ADD_SUFF(IntArgbSrcMaskFill)(void *rasBase, argument
153 void *pBase = pRasInfo->rasBase;
154 pRasInfo->rasBase = rasBase;
158 pRasInfo->rasBase = pBase;
183 IntArgbSrcMaskFill_line(rasBase, pMask, width, fgARGB, cnstARGB0,
186 PTR_ADD(rasBase, rasScan);
193 void ADD_SUFF(FourByteAbgrSrcMaskFill)(void *rasBase, argument
219 void *pBase = pRasInfo->rasBase;
220 pRasInfo->rasBase
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_AlphaMaskFill.c180 void ADD_SUFF(IntArgbAlphaMaskFill)(void *rasBase, argument
244 IntArgbAlphaMaskFill_line(rasBase, pMask, width, cnstARGB0,
248 PTR_ADD(rasBase, rasScan);
258 IntArgbAlphaMaskFill_A1_line(rasBase, pMask, width, cnstARGB0,
262 PTR_ADD(rasBase, rasScan);
269 void ADD_SUFF(FourByteAbgrAlphaMaskFill)(void *rasBase, argument
329 if (((mlib_s32)rasBase | rasScan) & 3) {
339 if (!((mlib_s32)rasBase & 3)) {
340 IntArgbAlphaMaskFill_line(rasBase, pMask, width, cnstARGB0,
344 mlib_ImageCopy_na(rasBase, pbuf
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_SrcOverMaskFill.c189 void ADD_SUFF(IntArgbSrcOverMaskFill)(void *rasBase, argument
235 IntArgbSrcOverMaskFill_line(rasBase, pMask, width, cnstARGB0,
238 PTR_ADD(rasBase, rasScan);
253 IntArgbSrcOverMaskFill_A1_line(rasBase, pMask, width, cnstARGB,
256 PTR_ADD(rasBase, rasScan);
263 void ADD_SUFF(FourByteAbgrSrcOverMaskFill)(void *rasBase, argument
301 if (((mlib_s32)rasBase | rasScan) & 3) {
315 if (!((mlib_s32)rasBase & 3)) {
316 IntArgbSrcOverMaskFill_line(rasBase, pMask, width, cnstARGB0,
319 mlib_ImageCopy_na(rasBase, pbuf
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
[all...]
H A Dvis_IntArgbPre_Mask.c206 void ADD_SUFF(IntArgbPreAlphaMaskFill)(void *rasBase, argument
269 IntArgbPreAlphaMaskFill_line(rasBase, pMask, width, cnstARGB0,
273 PTR_ADD(rasBase, rasScan);
283 IntArgPrebAlphaMaskFill_A1_line(rasBase, width, cnstARGB0,
286 PTR_ADD(rasBase, rasScan);
293 void ADD_SUFF(FourByteAbgrPreAlphaMaskFill)(void *rasBase, argument
355 if ((mlib_s32)rasBase & 3) {
356 mlib_ImageCopy_na(rasBase, pbuff, width*sizeof(mlib_s32));
359 p_dst = rasBase;
366 if (p_dst != rasBase) {
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_ByteGray_Mask.c113 static void vis_ByteGrayBlendMask(mlib_u8 *rasBase, argument
136 mlib_u8 *dst = rasBase;
188 PTR_ADD(rasBase, rasScan);
195 static void vis_ByteGrayBlendMask2(mlib_u8 *rasBase, argument
213 mlib_u8 *dst = rasBase;
262 PTR_ADD(rasBase, rasScan);
269 static void vis_ByteGrayBlend(mlib_u8 *rasBase, argument
283 mlib_u8 *dst = rasBase;
317 PTR_ADD(rasBase, rasScan);
323 void ADD_SUFF(ByteGraySrcMaskFill)(void *rasBase, 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 Djava2d_Mlib.c81 mlib_u8 *dstBase = (mlib_u8*)(pRasInfo->rasBase); \
123 mlib_u8 *dstBase = (mlib_u8*)(pRasInfo->rasBase); \
212 mlib_u8 *dstBase = (mlib_u8*)(pRasInfo->rasBase), *pdst; \
252 mlib_u8 *dstBase = (mlib_u8*)(pRasInfo->rasBase), *pdst; \
296 mlib_u8 *dstBase = (mlib_u8*)(pRasInfo->rasBase), *pdst; \
H A Dvis_DrawLine.c74 ANYTYPE##DataType *pPix = (void *)(pRasInfo->rasBase); \
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIBlitLoops.cpp118 if (srcInfo.rasBase == NULL) {
123 void *rasBase = ((char *)srcInfo.rasBase) + srcInfo.scanStride * srcy + local
194 0, 0, 0, height, rasBase,
202 0, 0, 0, 1, rasBase,
204 rasBase = (void*)((char*)rasBase + srcInfo.scanStride);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DBlit.c98 if (srcInfo.rasBase && dstInfo.rasBase) {
104 void *pSrc = PtrCoord(srcInfo.rasBase,
107 void *pDst = PtrCoord(dstInfo.rasBase,
H A DBlitBg.c102 if (srcInfo.rasBase && dstInfo.rasBase) {
108 void *pSrc = PtrCoord(srcInfo.rasBase,
111 void *pDst = PtrCoord(dstInfo.rasBase,
H A DMaskBlit.c93 if (srcInfo.rasBase && dstInfo.rasBase) {
103 void *pSrc = PtrCoord(srcInfo.rasBase,
106 void *pDst = PtrCoord(dstInfo.rasBase,
H A DFillRect.c80 if (rasInfo.rasBase) {
H A DFillSpans.c91 if (rasInfo.rasBase != NULL) {
H A DScaledBlit.c433 if (srcInfo.rasBase && dstInfo.rasBase) {
435 void *pSrc = PtrCoord(srcInfo.rasBase,
459 pDst = PtrCoord(dstInfo.rasBase,
509 pDst = PtrCoord(dstInfo.rasBase,
H A DAnyByteBinary.h292 pPix = PtrCoord(pRasInfo->rasBase, lox, DST ## PixelStride, loy, scan); \
312 void *pBase = pRasInfo->rasBase; \
348 DST ## DataType *pPix = PtrCoord(pRasInfo->rasBase, \
393 pPix = PtrCoord(pRasInfo->rasBase, lox, DST ## PixelStride, loy, scan); \
415 void *pBase = pRasInfo->rasBase; \
456 DST ## DataType *pPix = PtrCoord(pRasInfo->rasBase, \
510 pPix = PtrCoord(pRasInfo->rasBase,left,DST ## PixelStride,top,scan); \
564 pPix = PtrCoord(pRasInfo->rasBase,left,DST ## PixelStride,top,scan); \
609 pPix = PtrCoord(pRasInfo->rasBase,left,DST ## PixelStride,top,scan); \
783 (void *rasBase, \
[all...]
H A DDrawPath.c125 if (rasInfo.rasBase) {
H A DDrawRect.c90 if (rasInfo.rasBase) {
H A DFillPath.c115 if (rasInfo.rasBase) {
H A DMaskFill.c77 if (rasInfo.rasBase) {
80 void *pDst = PtrCoord(rasInfo.rasBase,
739 if (rasInfo.rasBase != NULL && pMask != NULL) {
740 void *pDst = PtrCoord(rasInfo.rasBase,
1031 if (rasInfo.rasBase != NULL && pMask != NULL) {
1032 void *pDst = PtrCoord(rasInfo.rasBase,
/openjdk7/jdk/src/share/native/sun/awt/image/
H A DDataBufferNative.c51 if (lockInfo->rasBase) {
53 (unsigned char*)lockInfo->rasBase +
H A DBufImgSurfaceData.c211 pRasInfo->rasBase = NULL;
216 pRasInfo->rasBase = (void *)
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterSurfaceData.m143 pRasInfo->rasBase = NULL; //psdo->dataForSun2D;
151 pRasInfo->rasBase = NULL;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c212 GLvoid *pSrc = srcInfo->rasBase;
221 j2d_glDrawPixels(sx2-sx1, sy2-sy1, pf->format, pf->type, srcInfo->rasBase);
318 GLvoid *pSrc = PtrCoord(srcInfo->rasBase,
337 srcInfo->rasBase);
411 GLvoid *pSrc = srcInfo->rasBase;
423 pf->format, pf->type, srcInfo->rasBase);
609 if (srcInfo.rasBase) {
746 if (dstInfo.rasBase) {
747 void *pDst = dstInfo.rasBase;
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedMaskBlit.c114 if (srcInfo.rasBase) {
119 PtrCoord(srcInfo.rasBase,
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h64 * *(pixeltype *) (((char *)rasBase) + y * scanStride + x * pixelStride)
68 * void *rasBase;
155 void *rasBase; /* Pointer to (0, 0) pixel */ member in struct:__anon812

Completed in 68 milliseconds

12