Lines Matching refs:mnOutOffY
192 Rectangle aSrcOutRect( Point( pSrcDev->mnOutOffX, pSrcDev->mnOutOffY ), in ImplDrawOutDevDirect()
273 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in DrawOutDev()
406 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in CopyArea()
1537 … ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOffY)) in GetBitmap()
1551 if ( nY < mnOutOffY ) in GetBitmap()
1553 nHeight -= ( mnOutOffY - nY ); in GetBitmap()
1554 nY = mnOutOffY; in GetBitmap()
1566 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1568 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
1591 aPosAry.mnDestY = ( aRect.Top() < mnOutOffY ) ? ( mnOutOffY - aRect.Top() ) : 0L; in GetBitmap()
2253 Point aRelPt = aOutPt + Point( mnOutOffX, mnOutOffY ); in ImplDrawAlpha()