Home
last modified time | relevance | path

Searched refs:rRectPixel (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx551 sal_Bool Crop( const Rectangle& rRectPixel );
H A Dbitmapex.hxx171 sal_Bool Crop( const Rectangle& rRectPixel );
H A Dalpha.hxx80 sal_Bool Crop( const Rectangle& rRectPixel );
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx526 sal_Bool BitmapEx::Crop( const Rectangle& rRectPixel ) in Crop() argument
532 bRet = aBitmap.Crop( rRectPixel ); in Crop()
535 aMask.Crop( rRectPixel ); in Crop()
H A Dbitmap.cxx893 sal_Bool Bitmap::Crop( const Rectangle& rRectPixel ) in Crop() argument
896 Rectangle aRect( rRectPixel ); in Crop()
H A Dalpha.cxx106 sal_Bool AlphaMask::Crop( const Rectangle& rRectPixel ) in Crop() argument
108 return Bitmap::Crop( rRectPixel ); in Crop()

Completed in 46 milliseconds