Searched refs:aSrcOutRect (Results 1 – 1 of 1) sorted by relevance
199 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in ImplDrawOutDevDirect()201 if ( (rPosAry.mnSrcX+rPosAry.mnSrcWidth-1) > aSrcOutRect.Right() ) in ImplDrawOutDevDirect()208 if ( (rPosAry.mnSrcY+rPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in ImplDrawOutDevDirect()273 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in DrawOutDev() local280 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in DrawOutDev()282 if ( (aPosAry.mnSrcX+aPosAry.mnSrcWidth-1) > aSrcOutRect.Right() ) in DrawOutDev()289 if ( (aPosAry.mnSrcY+aPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in DrawOutDev()406 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in CopyArea() local413 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in CopyArea()415 if ( (aPosAry.mnSrcX+aPosAry.mnSrcWidth-1) > aSrcOutRect.Right() ) in CopyArea()[all …]
Completed in 19 milliseconds