Lines Matching refs:B2IRange
285 BitmapRenderer( const basegfx::B2IRange& rBounds, in BitmapRenderer()
360 const basegfx::B2IRange& rBounds ) in clear_i()
427 const basegfx::B2IRange& rBounds, in implRenderLine2()
443 const basegfx::B2IRange& rBounds, in implRenderLine()
459 const basegfx::B2IRange& rBounds, in implDrawLine()
476 const basegfx::B2IRange& rBounds, in drawLine_i()
496 const basegfx::B2IRange& rBounds, in drawLine_i()
509 const basegfx::B2IRange& rBounds, in implDrawPolygon()
540 const basegfx::B2IRange& rBounds, in drawPolygon_i()
555 const basegfx::B2IRange& rBounds, in drawPolygon_i()
575 const basegfx::B2IRange& rBounds ) in implFillPolyPolygon()
593 const basegfx::B2IRange& rBounds ) in fillPolyPolygon_i()
610 const basegfx::B2IRange& rBounds, in fillPolyPolygon_i()
627 const basegfx::B2IRange& rSrcRect, in implDrawBitmap()
628 const basegfx::B2IRange& rDstRect, in implDrawBitmap()
647 const basegfx::B2IRange& rSrcRect, in implDrawBitmapGeneric()
648 const basegfx::B2IRange& rDstRect, in implDrawBitmapGeneric()
664 const basegfx::B2IRange& rSrcRect, in drawBitmap_i()
665 const basegfx::B2IRange& rDstRect, in drawBitmap_i()
693 const basegfx::B2IRange& rSrcRect, in drawBitmap_i()
694 const basegfx::B2IRange& rDstRect, in drawBitmap_i()
724 const basegfx::B2IRange& rSrcRect, in drawMaskedColor_i()
772 const basegfx::B2IRange& rSrcRect, in drawMaskedColor_i()
835 const basegfx::B2IRange& rSrcRect, in implDrawMaskedBitmap()
836 const basegfx::B2IRange& rDstRect, in implDrawMaskedBitmap()
865 const basegfx::B2IRange& rSrcRect, in implDrawMaskedBitmapGeneric()
866 const basegfx::B2IRange& rDstRect, in implDrawMaskedBitmapGeneric()
897 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap_i()
898 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap_i()
932 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap_i()
933 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap_i()
986 basegfx::B2IRange maBounds;
998 basegfx::B2IRange maLineClipRect;
1027 BitmapDevice::BitmapDevice( const basegfx::B2IRange& rBounds, in BitmapDevice()
1038 mpImpl->maLineClipRect = basegfx::B2IRange( rBounds.getMinX(), in BitmapDevice()
1240 const basegfx::B2IRange& rPermittedRange ) in assertImagePoint()
1246 void assertImageRange( const basegfx::B2IRange& rRange, in assertImageRange()
1247 const basegfx::B2IRange& rPermittedRange ) in assertImageRange()
1250 basegfx::B2IRange aRange( rRange ); in assertImageRange()
1261 bool clipAreaImpl( ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl()
1263 const ::basegfx::B2IRange& rSourceBounds, in clipAreaImpl()
1264 const ::basegfx::B2IRange& rDestBounds ) in clipAreaImpl()
1269 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1284 ::basegfx::B2IRange aLocalDestArea( io_rDestPoint + aUpperLeftOffset, in clipAreaImpl()
1300 io_rSourceArea = ::basegfx::B2IRange( aSourceTopLeft + aDestUpperLeftOffset, in clipAreaImpl()
1309 bool clipAreaImpl( ::basegfx::B2IRange& io_rDestArea, in clipAreaImpl()
1310 ::basegfx::B2IRange& io_rSourceArea, in clipAreaImpl()
1311 const ::basegfx::B2IRange& rDestBounds, in clipAreaImpl()
1312 const ::basegfx::B2IRange& rSourceBounds ) in clipAreaImpl()
1324 ::basegfx::B2IRange aLocalSourceArea( io_rSourceArea ); in clipAreaImpl()
1339 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset… in clipAreaImpl()
1357 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl()
1375 const basegfx::B2IRange& rSrcRect, in drawBitmap()
1376 const basegfx::B2IRange& rDstRect, in drawBitmap()
1380 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawBitmap()
1381 basegfx::B2IRange aSrcRange( rSrcRect ); in drawBitmap()
1382 basegfx::B2IRange aDestRange( rDstRect ); in drawBitmap()
1397 const basegfx::B2IRange& rSrcRect, in drawBitmap()
1398 const basegfx::B2IRange& rDstRect, in drawBitmap()
1409 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawBitmap()
1410 basegfx::B2IRange aSrcRange( rSrcRect ); in drawBitmap()
1411 basegfx::B2IRange aDestRange( rDstRect ); in drawBitmap()
1435 const basegfx::B2IRange& rSrcRect, in drawMaskedColor()
1439 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedColor()
1440 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1462 const basegfx::B2IRange aAlphaRange( aGcc3WorkaroundTemporary, in drawMaskedColor()
1479 const basegfx::B2IRange& rSrcRect, in drawMaskedColor()
1490 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedColor()
1491 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedColor()
1515 const basegfx::B2IRange aAlphaRange( aGcc3WorkaroundTemporary, in drawMaskedColor()
1538 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap()
1539 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap()
1545 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedBitmap()
1546 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedBitmap()
1547 basegfx::B2IRange aDestRange( rDstRect ); in drawMaskedBitmap()
1563 const basegfx::B2IRange& rSrcRect, in drawMaskedBitmap()
1564 const basegfx::B2IRange& rDstRect, in drawMaskedBitmap()
1577 const basegfx::B2IRange aSrcBounds( 0,0,rSrcSize.getX(),rSrcSize.getY() ); in drawMaskedBitmap()
1578 basegfx::B2IRange aSrcRange( rSrcRect ); in drawMaskedBitmap()
1579 basegfx::B2IRange aDestRange( rDstRect ); in drawMaskedBitmap()
1639 const basegfx::B2IRange& rBounds, in createRenderer()
1653 const basegfx::B2IRange& rBounds, in createRenderer()
1708 const basegfx::B2IRange& rBounds, in createRenderer()
1730 const basegfx::B2IRange& rBounds, in createRenderer()
1790 const basegfx::B2IRange* pSubset ) in createBitmapDeviceImpl()
1846 basegfx::B2IRange aBounds(0,0,rSize.getX(),rSize.getY()); in createBitmapDeviceImpl()
2001 const basegfx::B2IRange& rSubset ) in subsetBitmapDevice()