Lines Matching refs:mnOutOffX
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 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1543 if ( nX < mnOutOffX ) in GetBitmap()
1545 nWidth -= ( mnOutOffX - nX ); in GetBitmap()
1546 nX = mnOutOffX; in GetBitmap()
1559 if ( (nWidth + nX) > (mnOutWidth + mnOutOffX) ) in GetBitmap()
1561 nWidth = mnOutOffX + mnOutWidth - nX; in GetBitmap()
1590 … aPosAry.mnDestX = ( aRect.Left() < mnOutOffX ) ? ( mnOutOffX - aRect.Left() ) : 0L; in GetBitmap()
2253 Point aRelPt = aOutPt + Point( mnOutOffX, mnOutOffY ); in ImplDrawAlpha()