Home
last modified time | relevance | path

Searched refs:aClipRegionBounds (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1220 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()
1243 aPosAry.mnDestWidth = aClipRegionBounds.GetWidth(); in ImplDrawBitmapEx()
[all …]

Completed in 19 milliseconds