Searched refs:aCropRectangle (Results 1 – 2 of 2) sorted by relevance
811 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in clipMetafileContentAgainstOwnRegions() local813 if(aCropRectangle.IsEmpty()) in clipMetafileContentAgainstOwnRegions()820 aCroppedBitmapEx.Crop(aCropRectangle); in clipMetafileContentAgainstOwnRegions()845 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in clipMetafileContentAgainstOwnRegions() local847 if(aCropRectangle.IsEmpty()) in clipMetafileContentAgainstOwnRegions()854 aCroppedBitmap.Crop(aCropRectangle); in clipMetafileContentAgainstOwnRegions()
2180 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local2182 if(!aCropRectangle.IsEmpty()) in interpretMetafile()2184 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()2222 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local2224 if(!aCropRectangle.IsEmpty()) in interpretMetafile()2226 aCroppedBitmapEx.Crop(aCropRectangle); in interpretMetafile()2263 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local2265 if(!aCropRectangle.IsEmpty()) in interpretMetafile()2267 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()
Completed in 35 milliseconds