Home
last modified time | relevance | path

Searched refs:CopyPixel (Results 1 – 13 of 13) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dbitmapex.cxx85 CopyPixel( aDestRect, aSrcRect, &rBitmapEx ); in BitmapEx()
587 sal_Bool BitmapEx::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel() function in BitmapEx
596 bRet = aBitmap.CopyPixel( rRectDst, rRectSrc ); in CopyPixel()
599 aMask.CopyPixel( rRectDst, rRectSrc ); in CopyPixel()
606 bRet = aBitmap.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aBitmap ); in CopyPixel()
614 … ((AlphaMask*) &aMask)->CopyPixel( rRectDst, rRectSrc, (AlphaMask*)&pBmpExSrc->aMask ); in CopyPixel()
622 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel()
633 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel()
641 aMask.CopyPixel( rRectDst, rRectSrc, &aAlpha.ImplGetBitmap() ); in CopyPixel()
644 aMask.CopyPixel( rRectDst, rRectSrc, &pBmpExSrc->aMask ); in CopyPixel()
[all …]
H A Dimpimage.cxx290 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 Dalpha.cxx125 sal_Bool AlphaMask::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel() function in AlphaMask
H A Dimage.cxx603 aResult.CopyPixel( aDestRect, aSrcRect, &pData->maBitmapEx); in GetAsHorizontalStrip()
H A Dbitmap.cxx939 sal_Bool Bitmap::CopyPixel( const Rectangle& rRectDst, in CopyPixel() function in Bitmap
/AOO42X/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx405 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), 0 ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
406 …aRet.CopyPixel( Rectangle( Point( 0, aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
407 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
/AOO42X/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx343 … 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()
/AOO42X/main/vcl/inc/vcl/
H A Dalpha.hxx82 …sal_Bool CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, const…
H A Dbitmapex.hxx214 sal_Bool CopyPixel( const Rectangle& rRectDst,
H A Dbitmap.hxx586 sal_Bool CopyPixel( const Rectangle& rRectDst,
/AOO42X/main/cppcanvas/source/wrapper/
H A Dvclfactory.cxx333 aBmpEx.CopyPixel( Rectangle( rAnimBmp.aPosPix, in createAnimatedSprite()
/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2451 …aBmpEx2.CopyPixel( Rectangle( Point(nPadLeft, nPadTop), aBmpSize ), Rectangle( Point(0, 0), aBmpSi… in ImplTransformBitmap()
/AOO42X/main/vcl/source/window/
H A Dmenu.cxx652 aBmpExDst.CopyPixel( aDestRect, aSrcRect, &aBmpExSrc ); in SetImages()