Home
last modified time | relevance | path

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

/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx628 const basegfx::B2IRange& rDstRect, in implDrawBitmap() argument
641 rDstRect), in implDrawBitmap()
648 const basegfx::B2IRange& rDstRect, in implDrawBitmapGeneric() argument
660 rDstRect)); in implDrawBitmapGeneric()
665 const basegfx::B2IRange& rDstRect, in drawBitmap_i() argument
671 implDrawBitmap(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
675 implDrawBitmap(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
682 implDrawBitmapGeneric(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
686 implDrawBitmapGeneric(rSrcBitmap, rSrcRect, rDstRect, in drawBitmap_i()
694 const basegfx::B2IRange& rDstRect, in drawBitmap_i() argument
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx347 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,
/trunk/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()