Lines Matching refs:basegfx

288         BitmapRenderer( const basegfx::B2IRange&         rBounds,  in BitmapRenderer()
363 const basegfx::B2IRange& rBounds ) in clear_i()
373 virtual void setPixel_i( const basegfx::B2IPoint& rPt, in setPixel_i()
388 virtual void setPixel_i( const basegfx::B2IPoint& rPt, in setPixel_i()
411 virtual Color getPixel_i(const basegfx::B2IPoint& rPt ) in getPixel_i()
419 virtual sal_uInt32 getPixelData_i( const basegfx::B2IPoint& rPt ) in getPixelData_i()
428 void implRenderLine2( const basegfx::B2IPoint& rPt1, in implRenderLine2()
429 const basegfx::B2IPoint& rPt2, in implRenderLine2()
430 const basegfx::B2IRange& rBounds, in implRenderLine2()
444 void implRenderLine( const basegfx::B2IPoint& rPt1, in implRenderLine()
445 const basegfx::B2IPoint& rPt2, in implRenderLine()
446 const basegfx::B2IRange& rBounds, in implRenderLine()
460 void implDrawLine( const basegfx::B2IPoint& rPt1, in implDrawLine()
461 const basegfx::B2IPoint& rPt2, in implDrawLine()
462 const basegfx::B2IRange& rBounds, in implDrawLine()
477 virtual void drawLine_i(const basegfx::B2IPoint& rPt1, in drawLine_i()
478 const basegfx::B2IPoint& rPt2, in drawLine_i()
479 const basegfx::B2IRange& rBounds, in drawLine_i()
497 virtual void drawLine_i(const basegfx::B2IPoint& rPt1, in drawLine_i()
498 const basegfx::B2IPoint& rPt2, in drawLine_i()
499 const basegfx::B2IRange& rBounds, in drawLine_i()
511 void implDrawPolygon( const basegfx::B2DPolygon& rPoly, in implDrawPolygon()
512 const basegfx::B2IRange& rBounds, in implDrawPolygon()
517 basegfx::B2DPolygon aPoly( rPoly ); in implDrawPolygon()
519 aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); in implDrawPolygon()
526 implRenderLine2( basegfx::fround(aPoly.getB2DPoint(i-1)), in implDrawPolygon()
527 basegfx::fround(aPoly.getB2DPoint(i)), in implDrawPolygon()
534 implRenderLine2( basegfx::fround(aPoly.getB2DPoint(nVertices-1)), in implDrawPolygon()
535 basegfx::fround(aPoly.getB2DPoint(0)), in implDrawPolygon()
542 virtual void drawPolygon_i(const basegfx::B2DPolygon& rPoly, in drawPolygon_i()
543 const basegfx::B2IRange& rBounds, in drawPolygon_i()
557 virtual void drawPolygon_i(const basegfx::B2DPolygon& rPoly, in drawPolygon_i()
558 const basegfx::B2IRange& rBounds, in drawPolygon_i()
574 void implFillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in implFillPolyPolygon()
578 const basegfx::B2IRange& rBounds ) in implFillPolyPolygon()
580 basegfx::B2DPolyPolygon aPoly( rPoly ); in implFillPolyPolygon()
582 aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); in implFillPolyPolygon()
590 basegfx::FillRule_EVEN_ODD ); in implFillPolyPolygon()
593 virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon_i()
596 const basegfx::B2IRange& rBounds ) in fillPolyPolygon_i()
610 virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon_i()
613 const basegfx::B2IRange& rBounds, in fillPolyPolygon_i()
630 const basegfx::B2IRange& rSrcRect, in implDrawBitmap()
631 const basegfx::B2IRange& rDstRect, in implDrawBitmap()
650 const basegfx::B2IRange& rSrcRect, in implDrawBitmapGeneric()
651 const basegfx::B2IRange& rDstRect, in implDrawBitmapGeneric()
667 const basegfx::B2IRange& rSrcRect, in drawBitmap_i()
668 const basegfx::B2IRange& rDstRect, in drawBitmap_i()
696 const basegfx::B2IRange& rSrcRect, in drawBitmap_i()
697 const basegfx::B2IRange& rDstRect, in drawBitmap_i()
727 const basegfx::B2IRange& rSrcRect, in drawMaskedColor_i()
728 const basegfx::B2IPoint& rDstPoint ) in drawMaskedColor_i()
775 const basegfx::B2IRange& rSrcRect, in drawMaskedColor_i()
776 const basegfx::B2IPoint& rDstPoint, in drawMaskedColor_i()
838 const basegfx::B2IRange& rSrcRect, in implDrawMaskedBitmap()
839 const basegfx::B2IRange& rDstRect, in implDrawMaskedBitmap()
868 const basegfx::B2IRange& rSrcRect, in implDrawMaskedBitmapGeneric()
869 const basegfx::B2IRange& rDstRect, in implDrawMaskedBitmapGeneric()
900 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap_i()
901 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap_i()
935 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap_i()
936 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap_i()
989 basegfx::B2IRange maBounds;
1001 basegfx::B2IRange maLineClipRect;
1030 BitmapDevice::BitmapDevice( const basegfx::B2IRange& rBounds, in BitmapDevice()
1041 mpImpl->maLineClipRect = basegfx::B2IRange( rBounds.getMinX(), in BitmapDevice()
1055 basegfx::B2IVector BitmapDevice::getSize() const in getSize()
1058 return basegfx::B2IVector( in getSize()
1099 void BitmapDevice::setPixel( const basegfx::B2IPoint& rPt, in setPixel()
1107 void BitmapDevice::setPixel( const basegfx::B2IPoint& rPt, in setPixel()
1127 Color BitmapDevice::getPixel( const basegfx::B2IPoint& rPt ) in getPixel()
1135 sal_uInt32 BitmapDevice::getPixelData( const basegfx::B2IPoint& rPt ) in getPixelData()
1143 void BitmapDevice::drawLine( const basegfx::B2IPoint& rPt1, in drawLine()
1144 const basegfx::B2IPoint& rPt2, in drawLine()
1155 void BitmapDevice::drawLine( const basegfx::B2IPoint& rPt1, in drawLine()
1156 const basegfx::B2IPoint& rPt2, in drawLine()
1179 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon()
1190 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon()
1214 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1221 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1242 void assertImagePoint( const basegfx::B2IPoint& rPt, in assertImagePoint()
1243 const basegfx::B2IRange& rPermittedRange ) in assertImagePoint()
1249 void assertImageRange( const basegfx::B2IRange& rRange, in assertImageRange()
1250 const basegfx::B2IRange& rPermittedRange ) in assertImageRange()
1253 basegfx::B2IRange aRange( rRange ); in assertImageRange()
1264 bool clipAreaImpl( ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl()
1265 ::basegfx::B2IPoint& io_rDestPoint, in clipAreaImpl()
1266 const ::basegfx::B2IRange& rSourceBounds, in clipAreaImpl()
1267 const ::basegfx::B2IRange& rDestBounds ) in clipAreaImpl()
1269 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl()
1272 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1282 const ::basegfx::B2IVector aUpperLeftOffset( in clipAreaImpl()
1284 const ::basegfx::B2IVector aLowerRightOffset( in clipAreaImpl()
1287 ::basegfx::B2IRange aLocalDestArea( io_rDestPoint + aUpperLeftOffset, in clipAreaImpl()
1298 const ::basegfx::B2IVector aDestUpperLeftOffset( in clipAreaImpl()
1300 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl()
1303 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl()
1312 bool clipAreaImpl( ::basegfx::B2IRange& io_rDestArea, in clipAreaImpl()
1313 ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl()
1314 const ::basegfx::B2IRange& rDestBounds, in clipAreaImpl()
1315 const ::basegfx::B2IRange& rSourceBounds ) in clipAreaImpl()
1322 const basegfx::B2IPoint aDestTopLeft( in clipAreaImpl()
1324 const ::basegfx::B2IPoint aSourceTopLeft( in clipAreaImpl()
1327 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1337 const ::basegfx::B2IVector aUpperLeftOffset( in clipAreaImpl()
1339 const ::basegfx::B2IVector aLowerRightOffset( in clipAreaImpl()
1342 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset… in clipAreaImpl()
1343basegfx::fround(aDestTopLeft.getY() + nScaleY*aUpperLeftOffset.getY()), in clipAreaImpl()
1344basegfx::fround(aDestTopLeft.getX() + nScaleX*aLowerRightOffset.getX()), in clipAreaImpl()
1345basegfx::fround(aDestTopLeft.getY() + nScaleY*aLowerRightOffset.getY()) ); in clipAreaImpl()
1355 const ::basegfx::B2IVector aDestUpperLeftOffset( in clipAreaImpl()
1357 const ::basegfx::B2IVector aDestLowerRightOffset( in clipAreaImpl()
1360 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl()
1361basegfx::fround(aSourceTopLeft.getY() + aDestUpperLeftOffset.getY()/nScaleY), in clipAreaImpl()
1362basegfx::fround(aSourceTopLeft.getX() + aDestLowerRightOffset.getX()/nScaleX), in clipAreaImpl()
1363basegfx::fround(aSourceTopLeft.getY() + aDestLowerRightOffset.getY()/nScaleY) ); in clipAreaImpl()
1378 const basegfx::B2IRange& rSrcRect, in drawBitmap()
1379 const basegfx::B2IRange& rDstRect, in drawBitmap()
1382 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1383 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawBitmap()
1384 basegfx::B2IRange aSrcRange( rSrcRect ); in drawBitmap()
1385 basegfx::B2IRange aDestRange( rDstRect ); in drawBitmap()
1400 const basegfx::B2IRange& rSrcRect, in drawBitmap()
1401 const basegfx::B2IRange& rDstRect, in drawBitmap()
1411 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1412 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawBitmap()
1413 basegfx::B2IRange aSrcRange( rSrcRect ); in drawBitmap()
1414 basegfx::B2IRange aDestRange( rDstRect ); in drawBitmap()
1438 const basegfx::B2IRange& rSrcRect, in drawMaskedColor()
1439 const basegfx::B2IPoint& rDstPoint ) in drawMaskedColor()
1441 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1442 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedColor()
1443 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1444 basegfx::B2IPoint aDestPoint( rDstPoint ); in drawMaskedColor()
1459 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1464 basegfx::B2ITuple aGcc3WorkaroundTemporary; in drawMaskedColor()
1465 const basegfx::B2IRange aAlphaRange( aGcc3WorkaroundTemporary, in drawMaskedColor()
1482 const basegfx::B2IRange& rSrcRect, in drawMaskedColor()
1483 const basegfx::B2IPoint& rDstPoint, in drawMaskedColor()
1492 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1493 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedColor()
1494 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1495 basegfx::B2IPoint aDestPoint( rDstPoint ); in drawMaskedColor()
1512 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1517 basegfx::B2ITuple aGcc3WorkaroundTemporary; in drawMaskedColor()
1518 const basegfx::B2IRange aAlphaRange( aGcc3WorkaroundTemporary, in drawMaskedColor()
1541 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap()
1542 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap()
1547 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
1548 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedBitmap()
1549 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedBitmap()
1550 basegfx::B2IRange aDestRange( rDstRect ); in drawMaskedBitmap()
1566 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap()
1567 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap()
1579 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
1580 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedBitmap()
1581 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedBitmap()
1582 basegfx::B2IRange aDestRange( rDstRect ); in drawMaskedBitmap()
1642 const basegfx::B2IRange& rBounds, in createRenderer()
1656 const basegfx::B2IRange& rBounds, in createRenderer()
1711 const basegfx::B2IRange& rBounds, in createRenderer()
1733 const basegfx::B2IRange& rBounds, in createRenderer()
1788 BitmapDeviceSharedPtr createBitmapDeviceImpl( const basegfx::B2IVector& rSize, in createBitmapDeviceImpl()
1793 const basegfx::B2IRange* pSubset ) in createBitmapDeviceImpl()
1849 basegfx::B2IRange aBounds(0,0,rSize.getX(),rSize.getY()); in createBitmapDeviceImpl()
1964 BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize, in createBitmapDevice()
1976 BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize, in createBitmapDevice()
1989 BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize, in createBitmapDevice()
2004 const basegfx::B2IRange& rSubset ) in subsetBitmapDevice()
2014 BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize, in cloneBitmapDevice()