Searched refs:rDstRect (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 644 rDstRect), in implDrawBitmap() 663 rDstRect)); in implDrawBitmapGeneric() 861 rDstRect), in implDrawMaskedBitmap() 895 rDstRect)); in implDrawMaskedBitmapGeneric() 909 rSrcRect, rDstRect, in drawMaskedBitmap_i() 914 rSrcRect, rDstRect, in drawMaskedBitmap_i() 1385 basegfx::B2IRange aDestRange( rDstRect ); in drawBitmap() 1407 drawBitmap(rSrcBitmap,rSrcRect,rDstRect,drawMode); in drawBitmap() 1414 basegfx::B2IRange aDestRange( rDstRect ); in drawBitmap() 1550 basegfx::B2IRange aDestRange( rDstRect ); in drawMaskedBitmap() [all …]
|
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | bitmapdevice.hxx | 340 const basegfx::B2IRange& rDstRect, 373 const basegfx::B2IRange& rDstRect, 484 const basegfx::B2IRange& rDstRect, 529 const basegfx::B2IRange& rDstRect, 598 const basegfx::B2IRange& rDstRect, 602 const basegfx::B2IRange& rDstRect, 621 const basegfx::B2IRange& rDstRect, 626 const basegfx::B2IRange& rDstRect,
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.hxx | 197 Rectangle& ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const;
|
H A D | svgwriter.cxx | 436 Rectangle& SVGActionWriter::ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const in ImplMap() 441 return( rDstRect = Rectangle( ImplMap( aTL, aTL ), ImplMap( aSz, aSz ) ) ); in ImplMap()
|
Completed in 32 milliseconds