Home
last modified time | relevance | path

Searched refs:aCropRectangle (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx811 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in clipMetafileContentAgainstOwnRegions() local
813 if(aCropRectangle.IsEmpty()) in clipMetafileContentAgainstOwnRegions()
820 aCroppedBitmapEx.Crop(aCropRectangle); in clipMetafileContentAgainstOwnRegions()
845 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in clipMetafileContentAgainstOwnRegions() local
847 if(aCropRectangle.IsEmpty()) in clipMetafileContentAgainstOwnRegions()
854 aCroppedBitmap.Crop(aCropRectangle); in clipMetafileContentAgainstOwnRegions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2185 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local
2187 if(!aCropRectangle.IsEmpty()) in interpretMetafile()
2189 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()
2227 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local
2229 if(!aCropRectangle.IsEmpty()) in interpretMetafile()
2231 aCroppedBitmapEx.Crop(aCropRectangle); in interpretMetafile()
2268 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local
2270 if(!aCropRectangle.IsEmpty()) in interpretMetafile()
2272 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()

Completed in 66 milliseconds