Home
last modified time | relevance | path

Searched refs:rRectPixel (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dalpha.cxx106 sal_Bool AlphaMask::Crop( const Rectangle& rRectPixel ) in Crop() argument
108 return Bitmap::Crop( rRectPixel ); in Crop()
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()
/trunk/main/vcl/inc/vcl/
H A Dalpha.hxx80 sal_Bool Crop( const Rectangle& rRectPixel );
H A Dbitmapex.hxx171 sal_Bool Crop( const Rectangle& rRectPixel );
H A Dbitmap.hxx551 sal_Bool Crop( const Rectangle& rRectPixel );

Completed in 52 milliseconds