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()
2185 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local2187 if(!aCropRectangle.IsEmpty()) in interpretMetafile()2189 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()2227 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local2229 if(!aCropRectangle.IsEmpty()) in interpretMetafile()2231 aCroppedBitmapEx.Crop(aCropRectangle); in interpretMetafile()2268 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile() local2270 if(!aCropRectangle.IsEmpty()) in interpretMetafile()2272 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()
Completed in 41 milliseconds