/aoo4110/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 83 CopyPixel( aDestRect, aSrcRect, &rBitmapEx ); in BitmapEx() 585 sal_Bool BitmapEx::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel() function in BitmapEx 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() [all …]
|
H A D | impimage.cxx | 290 maBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 293 maDisabledBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 309 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rImageBmp.maBmpEx ); in Replace() 326 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rBmpEx ); in Replace() 378 aRet.CopyPixel( aDstRect, aSrcRect, &maBmpEx ); in GetBitmapEx()
|
H A D | alpha.cxx | 125 sal_Bool AlphaMask::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel() function in AlphaMask
|
H A D | image.cxx | 604 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip()
|
H A D | bitmap.cxx | 939 sal_Bool Bitmap::CopyPixel( const Rectangle& rRectDst, in CopyPixel() function in Bitmap
|
/aoo4110/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 405 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), 0 ), aSize ), aRectSrc, getButtonImage((nHighl… in createOverlayImage() 406 …aRet.CopyPixel( Rectangle( Point( 0, aSize.Height() ), aSize ), aRectSrc, getButtonImage((nHigh… in createOverlayImage() 407 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | bitmap.cxx | 343 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert() 358 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
|
/aoo4110/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,
|
/aoo4110/main/cppcanvas/source/wrapper/ |
H A D | vclfactory.cxx | 333 aBmpEx.CopyPixel( Rectangle( rAnimBmp.aPosPix, in createAnimatedSprite()
|
/aoo4110/main/svtools/bmpmaker/ |
H A D | bmpcore.cxx | 239 aTotalBmpEx.CopyPixel( aDst, aSrc, &aBmpEx ); in ImplCreate()
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 2451 …aBmpEx2.CopyPixel( Rectangle( Point(nPadLeft, nPadTop), aBmpSize ), Rectangle( Point(0, 0), aBmpSi… in ImplTransformBitmap()
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 652 aBmpExDst.CopyPixel( aDestRect, aSrcRect, &aBmpExSrc ); in SetImages()
|