Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx475 POINTL aPtL[ 3 ]; in drawBitmap() local
491 aPtL[ 0 ].x = 0; in drawBitmap()
492 aPtL[ 0 ].y = 0; in drawBitmap()
493 aPtL[ 1 ].x = nDstWidth; in drawBitmap()
494 aPtL[ 1 ].y = nDstHeight; in drawBitmap()
495 aPtL[ 2 ].x = nDstX; in drawBitmap()
496 aPtL[ 2 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap()
498 GpiBitBlt( hMemPS, hPS, 3, aPtL, ROP_SRCCOPY, BBO_IGNORE ); in drawBitmap()
501 aPtL[ 2 ].x = 0; in drawBitmap()
502 aPtL[ 2 ].y = 0; in drawBitmap()
[all …]