Home
last modified time | relevance | path

Searched refs:nDstHeight (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx506 const sal_Int32 nDstHeight,
520 const sal_Int32 nDstHeight,
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx470 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()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1944 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha()
1991 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlendWithAlpha()
2038 const sal_Int32 nDstHeight, in ImplBlend() argument
2112 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2131 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2152 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2173 for( nY = 0; nY < nDstHeight; nY++ ) in ImplBlend()
2301 long* pMapY = new long[ nDstHeight ]; in ImplDrawAlpha()
2318 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha()
2343 nOffY,nDstHeight, in ImplDrawAlpha()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx552 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()

Completed in 36 milliseconds