Searched refs:aClipRegionBounds (Results 1 – 1 of 1) sorted by relevance
1210 Rectangle aClipRegionBounds( ImplPixelToDevicePixel(maRegion).GetBoundRect() ); in ImplDrawBitmapEx() local1220 if( !aClipRegionBounds.IsEmpty() && in ImplDrawBitmapEx()1225 aClipRegionBounds.Intersection( Rectangle( aPosAry.mnDestX, in ImplDrawBitmapEx()1234 if( !aClipRegionBounds.IsEmpty() ) in ImplDrawBitmapEx()1236 aPosAry.mnSrcX += aClipRegionBounds.Left() - aPosAry.mnDestX; in ImplDrawBitmapEx()1237 aPosAry.mnSrcY += aClipRegionBounds.Top() - aPosAry.mnDestY; in ImplDrawBitmapEx()1238 aPosAry.mnSrcWidth = aClipRegionBounds.GetWidth(); in ImplDrawBitmapEx()1239 aPosAry.mnSrcHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()1241 aPosAry.mnDestX = aClipRegionBounds.Left(); in ImplDrawBitmapEx()1242 aPosAry.mnDestY = aClipRegionBounds.Top(); in ImplDrawBitmapEx()[all …]