Home
last modified time | relevance | path

Searched refs:rDstRect (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/basebmp/source/
H A Dbitmapdevice.cxx631 const basegfx::B2IRange& rDstRect, in implDrawBitmap() argument
644 rDstRect), in implDrawBitmap()
651 const basegfx::B2IRange& rDstRect, in implDrawBitmapGeneric() argument
663 rDstRect)); in implDrawBitmapGeneric()
668 const basegfx::B2IRange& rDstRect, in drawBitmap_i() argument
674 implDrawBitmap(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
678 implDrawBitmap(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
685 implDrawBitmapGeneric(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
689 implDrawBitmapGeneric(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
697 const basegfx::B2IRange& rDstRect, in drawBitmap_i() argument
[all …]
/AOO41X/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx340 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,
/AOO41X/main/filter/source/svg/
H A Dsvgwriter.hxx197 Rectangle& ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const;
H A Dsvgwriter.cxx436 Rectangle& SVGActionWriter::ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const in ImplMap()
441 return( rDstRect = Rectangle( ImplMap( aTL, aTL ), ImplMap( aSz, aSz ) ) ); in ImplMap()