Home
last modified time | relevance | path

Searched refs:aCropRectangle (Results 1 – 2 of 2) sorted by relevance

/aoo41x/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()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2180 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local
2182 if(!aCropRectangle.IsEmpty()) in interpretMetafile()
2184 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()
2222 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local
2224 if(!aCropRectangle.IsEmpty()) in interpretMetafile()
2226 aCroppedBitmapEx.Crop(aCropRectangle); in interpretMetafile()
2263 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local
2265 if(!aCropRectangle.IsEmpty()) in interpretMetafile()
2267 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()

Completed in 35 milliseconds