Home
last modified time | relevance | path

Searched refs:thePoints (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx57 POINTL thePoints[4]; in copyBits() local
74 thePoints[0].x = rPosAry.mnDestX; in copyBits()
75 thePoints[0].y = TY( rPosAry.mnDestY + rPosAry.mnDestHeight - 1 ); in copyBits()
78 thePoints[1].x = rPosAry.mnDestX + rPosAry.mnDestWidth; in copyBits()
79 thePoints[1].y = TY( rPosAry.mnDestY - 1 ); in copyBits()
82 thePoints[2].x = rPosAry.mnSrcX; in copyBits()
83 thePoints[2].y = nSrcHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight ); in copyBits()
88 thePoints[3].x = rPosAry.mnSrcX + rPosAry.mnSrcWidth; in copyBits()
89 thePoints[3].y = nSrcHeight - rPosAry.mnSrcY + rPosAry.mnSrcHeight; in copyBits()
91 GpiBitBlt( mhPS, hSrcPS, 4, thePoints, in copyBits()
[all …]