Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx551 int nDstWidth = (int)aPosAry.mnDestWidth; 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()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1918 const sal_Int32 nDstWidth, in ImplBlendWithAlpha() argument
1995 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlendWithAlpha()
2040 const sal_Int32 nDstWidth, in ImplBlend() argument
2118 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2137 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2158 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2178 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2300 long* pMapX = new long[ nDstWidth ]; in ImplDrawAlpha()
2307 for( nX = 0L, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplDrawAlpha()
2344 nOffX,nDstWidth, in ImplDrawAlpha()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx469 int nDstWidth = (int) aPosAry.mnDestWidth; 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()
493 aPtL[ 1 ].x = nDstWidth; in drawBitmap()
510 aPtL[ 1 ].x = nDstX + nDstWidth; in drawBitmap()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx508 const sal_Int32 nDstWidth,
522 const sal_Int32 nDstWidth,

Completed in 40 milliseconds