Lines Matching refs:y

75 	thePoints[0].y = TY( rPosAry.mnDestY + rPosAry.mnDestHeight - 1 );  in copyBits()
79 thePoints[1].y = TY( rPosAry.mnDestY - 1 ); in copyBits()
83 thePoints[2].y = nSrcHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in copyBits()
89 thePoints[3].y = nSrcHeight - rPosAry.mnSrcY + rPosAry.mnSrcHeight; in copyBits()
112 thePoints[0].y = TY( nDestY + nSrcHeight - 1 ); in copyArea()
116 thePoints[1].y = TY( nDestY - 1 ); in copyArea()
120 thePoints[2].y = TY( nSrcY + nSrcHeight - 1); in copyArea()
154 aPt.y = 0; in copyArea()
157 aSrcRect.yTop += aPt.y; in copyArea()
159 aSrcRect.yBottom += aPt.y; in copyArea()
225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea()
231 aTempRect.yBottom = aSWP.y; in copyArea()
253 aPt.y = nOffY-aPt.y; in copyArea()
309 pts[0].y = nScreenHeight - rPosAry.mnDestY - rPosAry.mnDestHeight; in ImplDrawBitmap()
311 pts[1].y = nScreenHeight - rPosAry.mnDestY - 1; in ImplDrawBitmap()
314 pts[2].y = nHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in ImplDrawBitmap()
316 pts[3].y = nHeight - rPosAry.mnSrcY; in ImplDrawBitmap()
404 pts[0].y = nScreenHeight - rPosAry.mnDestY - rPosAry.mnDestHeight; in ImplDrawBitmap()
406 pts[1].y = nScreenHeight - rPosAry.mnDestY - 1; in ImplDrawBitmap()
409 pts[2].y = rSalBitmap.GetSize().Height() - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in ImplDrawBitmap()
411 pts[3].y = rSalBitmap.GetSize().Height() - rPosAry.mnSrcY; in ImplDrawBitmap()
492 aPtL[ 0 ].y = 0; in drawBitmap()
494 aPtL[ 1 ].y = nDstHeight; in drawBitmap()
496 aPtL[ 2 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap()
502 aPtL[ 2 ].y = 0; in drawBitmap()
509 aPtL[ 0 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap()
511 aPtL[ 1 ].y = TY( nDstY - 1 ); in drawBitmap()
627 thePoints[ 0 ].y = 0; in getBitmap()
631 thePoints[ 1 ].y = nDY; in getBitmap()
635 thePoints[ 2 ].y = TY( nY + nDY - 1 ); in getBitmap()
699 aPt.y = TY( nY ); in invert()
704 aPt.y = TY( nY + nHeight - 1 ); in invert()
730 aPt.y = TY( nY ); in invert()
735 aPt.y = TY( nY + nHeight - 1 ); in invert()