Lines Matching refs:drawMode
375 DrawMode drawMode ) in setPixel_i() argument
380 if( drawMode == DrawMode_XOR ) in setPixel_i()
390 DrawMode drawMode, in setPixel_i() argument
403 if( drawMode == DrawMode_XOR ) in setPixel_i()
467 DrawMode drawMode ) in implDrawLine() argument
469 if( drawMode == DrawMode_XOR ) in implDrawLine()
481 DrawMode drawMode ) in drawLine_i() argument
485 maRawAccessor,maRawXorAccessor,drawMode); in drawLine_i()
501 DrawMode drawMode, in drawLine_i() argument
507 maRawMaskedXorAccessor,drawMode); in drawLine_i()
545 DrawMode drawMode ) in drawPolygon_i() argument
547 if( drawMode == DrawMode_XOR ) in drawPolygon_i()
560 DrawMode drawMode, in drawPolygon_i() argument
563 if( drawMode == DrawMode_XOR ) in drawPolygon_i()
595 DrawMode drawMode, in fillPolyPolygon_i() argument
598 if( drawMode == DrawMode_XOR ) in fillPolyPolygon_i()
612 DrawMode drawMode, in fillPolyPolygon_i() argument
616 if( drawMode == DrawMode_XOR ) in fillPolyPolygon_i()
669 DrawMode drawMode ) in drawBitmap_i() argument
673 if( drawMode == DrawMode_XOR ) in drawBitmap_i()
684 if( drawMode == DrawMode_XOR ) in drawBitmap_i()
698 DrawMode drawMode, in drawBitmap_i() argument
703 if( drawMode == DrawMode_XOR ) in drawBitmap_i()
714 if( drawMode == DrawMode_XOR ) in drawBitmap_i()
902 DrawMode drawMode ) in drawMaskedBitmap_i() argument
907 if( drawMode == DrawMode_XOR ) in drawMaskedBitmap_i()
920 if( drawMode == DrawMode_XOR ) in drawMaskedBitmap_i()
937 DrawMode drawMode, in drawMaskedBitmap_i() argument
943 if( drawMode == DrawMode_XOR ) in drawMaskedBitmap_i()
956 if( drawMode == DrawMode_XOR ) in drawMaskedBitmap_i()
1101 DrawMode drawMode ) in setPixel() argument
1104 setPixel_i(rPt,lineColor,drawMode); in setPixel()
1109 DrawMode drawMode, in setPixel() argument
1114 setPixel(rPt,lineColor,drawMode); in setPixel()
1121 setPixel_i(rPt,lineColor,drawMode,rClip); in setPixel()
1123 getGenericRenderer()->setPixel( rPt, lineColor, drawMode, rClip ); in setPixel()
1146 DrawMode drawMode ) in drawLine() argument
1152 drawMode ); in drawLine()
1158 DrawMode drawMode, in drawLine() argument
1163 drawLine(rPt1,rPt2,lineColor,drawMode); in drawLine()
1172 drawMode, in drawLine()
1176 drawMode, rClip ); in drawLine()
1181 DrawMode drawMode ) in drawPolygon() argument
1187 lineColor, drawMode ); in drawPolygon()
1192 DrawMode drawMode, in drawPolygon() argument
1197 drawPolygon(rPoly,lineColor,drawMode); in drawPolygon()
1207 lineColor, drawMode, rClip ); in drawPolygon()
1210 drawMode, rClip ); in drawPolygon()
1216 DrawMode drawMode ) in fillPolyPolygon() argument
1218 fillPolyPolygon_i( rPoly, fillColor, drawMode, mpImpl->maBounds ); in fillPolyPolygon()
1223 DrawMode drawMode, in fillPolyPolygon() argument
1228 fillPolyPolygon(rPoly,fillColor,drawMode); in fillPolyPolygon()
1233 fillPolyPolygon_i( rPoly, fillColor, drawMode, mpImpl->maBounds, rClip ); in fillPolyPolygon()
1236 drawMode, rClip ); in fillPolyPolygon()
1380 DrawMode drawMode ) in drawBitmap() argument
1395 drawBitmap_i( rSrcBitmap, aSrcRange, aDestRange, drawMode ); in drawBitmap()
1402 DrawMode drawMode, in drawBitmap() argument
1407 drawBitmap(rSrcBitmap,rSrcRect,rDstRect,drawMode); in drawBitmap()
1426 drawBitmap_i( rSrcBitmap, aSrcRange, aDestRange, drawMode, rClip ); in drawBitmap()
1431 rDstRect, drawMode, rClip ); in drawBitmap()
1543 DrawMode drawMode ) in drawMaskedBitmap() argument
1560 drawMaskedBitmap_i( rSrcBitmap, rMask, aSrcRange, aDestRange, drawMode ); in drawMaskedBitmap()
1568 DrawMode drawMode, in drawMaskedBitmap() argument
1573 drawMaskedBitmap(rSrcBitmap,rMask,rSrcRect,rDstRect,drawMode); in drawMaskedBitmap()
1594 drawMaskedBitmap_i( rSrcBitmap, rMask, aSrcRange, aDestRange, drawMode, rClip ); in drawMaskedBitmap()
1599 rDstRect, drawMode, rClip ); in drawMaskedBitmap()