Lines Matching refs:B2IRange

288         BitmapRenderer( const basegfx::B2IRange&         rBounds,  in BitmapRenderer()
363 const basegfx::B2IRange& rBounds ) in clear_i()
430 const basegfx::B2IRange& rBounds, in implRenderLine2()
446 const basegfx::B2IRange& rBounds, in implRenderLine()
462 const basegfx::B2IRange& rBounds, in implDrawLine()
479 const basegfx::B2IRange& rBounds, in drawLine_i()
499 const basegfx::B2IRange& rBounds, in drawLine_i()
512 const basegfx::B2IRange& rBounds, in implDrawPolygon()
543 const basegfx::B2IRange& rBounds, in drawPolygon_i()
558 const basegfx::B2IRange& rBounds, in drawPolygon_i()
578 const basegfx::B2IRange& rBounds ) in implFillPolyPolygon()
596 const basegfx::B2IRange& rBounds ) 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()
775 const basegfx::B2IRange& rSrcRect, 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()
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()
1266 const ::basegfx::B2IRange& rSourceBounds, in clipAreaImpl()
1267 const ::basegfx::B2IRange& rDestBounds ) in clipAreaImpl()
1272 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1287 ::basegfx::B2IRange aLocalDestArea( io_rDestPoint + aUpperLeftOffset, 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()
1327 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1342 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset… in clipAreaImpl()
1360 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl()
1378 const basegfx::B2IRange& rSrcRect, in drawBitmap()
1379 const basegfx::B2IRange& rDstRect, 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()
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()
1442 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedColor()
1443 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1465 const basegfx::B2IRange aAlphaRange( aGcc3WorkaroundTemporary, in drawMaskedColor()
1482 const basegfx::B2IRange& rSrcRect, in drawMaskedColor()
1493 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedColor()
1494 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1518 const basegfx::B2IRange aAlphaRange( aGcc3WorkaroundTemporary, in drawMaskedColor()
1541 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap()
1542 const basegfx::B2IRange& rDstRect, 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()
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()
1793 const basegfx::B2IRange* pSubset ) in createBitmapDeviceImpl()
1849 basegfx::B2IRange aBounds(0,0,rSize.getX(),rSize.getY()); in createBitmapDeviceImpl()
2004 const basegfx::B2IRange& rSubset ) in subsetBitmapDevice()