Searched refs:nDstWidth (Results 1 – 4 of 4) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1909 const sal_Int32 nDstWidth, in ImplBlendWithAlpha() argument 1986 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlendWithAlpha() 2031 const sal_Int32 nDstWidth, in ImplBlend() argument 2109 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend() 2128 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend() 2149 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend() 2169 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend() 2291 long* pMapX = new long[ nDstWidth ]; in ImplDrawAlpha() 2298 for( nX = 0L, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplDrawAlpha() 2335 nOffX,nDstWidth, in ImplDrawAlpha() [all …]
|
/aoo4110/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, 0 ); in drawBitmap() 493 aPtL[ 1 ].x = nDstWidth; in drawBitmap() 510 aPtL[ 1 ].x = nDstX + nDstWidth; in drawBitmap()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 508 const sal_Int32 nDstWidth, 522 const sal_Int32 nDstWidth,
|
Completed in 39 milliseconds