Lines Matching refs:aClipRegionBounds
1201 Rectangle aClipRegionBounds( ImplPixelToDevicePixel(maRegion).GetBoundRect() ); in ImplDrawBitmapEx() local
1211 if( !aClipRegionBounds.IsEmpty() && in ImplDrawBitmapEx()
1216 aClipRegionBounds.Intersection( Rectangle( aPosAry.mnDestX, in ImplDrawBitmapEx()
1225 if( !aClipRegionBounds.IsEmpty() ) in ImplDrawBitmapEx()
1227 aPosAry.mnSrcX += aClipRegionBounds.Left() - aPosAry.mnDestX; in ImplDrawBitmapEx()
1228 aPosAry.mnSrcY += aClipRegionBounds.Top() - aPosAry.mnDestY; in ImplDrawBitmapEx()
1229 aPosAry.mnSrcWidth = aClipRegionBounds.GetWidth(); in ImplDrawBitmapEx()
1230 aPosAry.mnSrcHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()
1232 aPosAry.mnDestX = aClipRegionBounds.Left(); in ImplDrawBitmapEx()
1233 aPosAry.mnDestY = aClipRegionBounds.Top(); in ImplDrawBitmapEx()
1234 aPosAry.mnDestWidth = aClipRegionBounds.GetWidth(); in ImplDrawBitmapEx()
1235 aPosAry.mnDestHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()