Searched refs:rRectDst (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 585 sal_Bool BitmapEx::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel() argument 594 bRet = aBitmap.CopyPixel( rRectDst, rRectSrc ); in CopyPixel() 597 aMask.CopyPixel( rRectDst, rRectSrc ); in CopyPixel() 604 bRet = aBitmap.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aBitmap ); in CopyPixel() 620 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel() 631 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel() 639 aMask.CopyPixel( rRectDst, rRectSrc, &aAlpha.ImplGetBitmap() ); in CopyPixel() 642 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel() 648 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel() 656 aMask.CopyPixel( rRectDst, rRectSrc, &aAlphaSrc.ImplGetBitmap() ); in CopyPixel() [all …]
|
H A D | alpha.cxx | 125 sal_Bool AlphaMask::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel() argument 132 Rectangle aRectDst( rRectDst ); in CopyPixel()
|
H A D | bitmap.cxx | 939 sal_Bool Bitmap::CopyPixel( const Rectangle& rRectDst, in CopyPixel() argument 943 Rectangle aRectDst( rRectDst ); in CopyPixel()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | alpha.hxx | 82 …sal_Bool CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, const…
|
H A D | bitmapex.hxx | 214 sal_Bool CopyPixel( const Rectangle& rRectDst,
|
H A D | bitmap.hxx | 593 sal_Bool CopyPixel( const Rectangle& rRectDst,
|
Completed in 45 milliseconds