Searched refs:rDstRect (Results 1 – 4 of 4) sorted by relevance
/aoo42x/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 …]
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | bitmapdevice.hxx | 347 const basegfx::B2IRange& rDstRect, 380 const basegfx::B2IRange& rDstRect, 491 const basegfx::B2IRange& rDstRect, 536 const basegfx::B2IRange& rDstRect, 605 const basegfx::B2IRange& rDstRect, 609 const basegfx::B2IRange& rDstRect, 628 const basegfx::B2IRange& rDstRect, 633 const basegfx::B2IRange& rDstRect,
|
/aoo42x/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 51 milliseconds