Searched refs:nDstWidth (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | salgdi2.cxx | 551 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()
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 1918 const sal_Int32 nDstWidth, in ImplBlendWithAlpha() argument 1949 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlendWithAlpha() 1995 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlendWithAlpha() 2040 const sal_Int32 nDstWidth, in ImplBlend() argument 2066 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlend() 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() 2286 const long nDstWidth = aDstRect.GetWidth(), nDstHeight = aDstRect.GetHeight(); in ImplDrawAlpha() local [all …]
|
| /AOO42X/main/vcl/os2/source/gdi/ |
| H A D | salgdi2.cxx | 469 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, … in drawBitmap() 493 aPtL[ 1 ].x = nDstWidth; in drawBitmap() 510 aPtL[ 1 ].x = nDstX + nDstWidth; in drawBitmap()
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 508 const sal_Int32 nDstWidth, 522 const sal_Int32 nDstWidth,
|