Lines Matching refs:rBitmapEx
127 const BitmapEx& rBitmapEx, in handleBitmapContent() argument
130 if(!rSize.Width() || !rSize.Height() || rBitmapEx.IsEmpty()) in handleBitmapContent()
169 const Size aSizePixel(rBitmapEx.GetSizePixel()); in handleBitmapContent()
177 if(rBitmapEx.IsTransparent()) in handleBitmapContent()
180 aVDev.DrawBitmap(Point(0, 0), rBitmapEx.GetAlpha().GetBitmap()); in handleBitmapContent()
220 aAlpha.SetPrefSize(rBitmapEx.GetPrefSize()); in handleBitmapContent()
221 aAlpha.SetPrefMapMode(rBitmapEx.GetPrefMapMode()); in handleBitmapContent()
232 BitmapEx(rBitmapEx.GetBitmap(), aAlpha))); in handleBitmapContent()
721 const BitmapEx& rBitmapEx = pA->GetBitmapEx(); in clipMetafileContentAgainstOwnRegions() local
725 Size aLogicalSize(rBitmapEx.GetPrefSize()); in clipMetafileContentAgainstOwnRegions()
727 if(MAP_PIXEL == rBitmapEx.GetPrefMapMode().GetMapUnit()) in clipMetafileContentAgainstOwnRegions()
733 …aLogicalSize = OutputDevice::LogicToLogic(aLogicalSize, rBitmapEx.GetPrefMapMode(), aMapModes.back… in clipMetafileContentAgainstOwnRegions()
740 rBitmapEx, in clipMetafileContentAgainstOwnRegions()
801 const BitmapEx& rBitmapEx = pA->GetBitmapEx(); in clipMetafileContentAgainstOwnRegions() local
803 if(rBitmapEx.IsEmpty()) in clipMetafileContentAgainstOwnRegions()
810 BitmapEx aCroppedBitmapEx(rBitmapEx); in clipMetafileContentAgainstOwnRegions()