Searched refs:nDstHeight (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 552 int nDstHeight = (int)aPosAry.mnDestHeight; in drawBitmap() local 557 if( ( nDstWidth > CACHED_HDC_DEFEXT ) || ( nDstHeight > CACHED_HDC_DEFEXT ) ) in drawBitmap() 559 hMemBitmap = CreateCompatibleBitmap( hDC, nDstWidth, nDstHeight ); in drawBitmap() 560 hMaskBitmap = CreateCompatibleBitmap( hDC, nDstWidth, nDstHeight ); in drawBitmap() 567 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap() 589 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hMaskDC, 0, 0, SRCINVERT ); in drawBitmap() 594 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hMaskDC, 0, 0, SRCAND ); in drawBitmap() 598 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hMaskDC, 0, 0, SRCPAINT ); in drawBitmap() 602 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC, 0, 0, SRCCOPY ); in drawBitmap()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 470 int nDstHeight = (int) aPosAry.mnDestHeight; in drawBitmap() local 474 SIZEL aSizeL = { nDstWidth, nDstHeight }; in drawBitmap() 479 HBITMAP hMemBitmap = ImplCreateVirDevBitmap( hMemDC, hMemPS, nDstWidth, nDstHeight, 0 ); in drawBitmap() 483 HBITMAP hMaskBitmap = ImplCreateVirDevBitmap( hMaskDC, hMaskPS, nDstWidth, nDstHeight, 0 ); in drawBitmap() 494 aPtL[ 1 ].y = nDstHeight; in drawBitmap() 496 aPtL[ 2 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap() 499 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rTransparentBitmap, FALSE, ROP_SRCCOPY ); in drawBitmap() 505 ImplDrawBitmap( hMaskPS, nDstHeight, aPosAry, rSalBitmap, FALSE, ROP_SRCERASE ); in drawBitmap() 509 aPtL[ 0 ].y = TY( nDstY + nDstHeight - 1 ); in drawBitmap()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1935 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha() 1982 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlendWithAlpha() 2029 const sal_Int32 nDstHeight, in ImplBlend() argument 2103 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend() 2122 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend() 2143 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend() 2164 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend() 2292 long* pMapY = new long[ nDstHeight ]; in ImplDrawAlpha() 2309 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha() 2334 nOffY,nDstHeight, in ImplDrawAlpha() [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 506 const sal_Int32 nDstHeight, 520 const sal_Int32 nDstHeight,
|
Completed in 36 milliseconds