Searched refs:aClipRegionBounds (Results 1 – 1 of 1) sorted by relevance
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()[all …]
Completed in 29 milliseconds