Searched refs:SRCCOPY (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 75 nRop = SRCCOPY; in copyBits() 302 SRCCOPY ); in copyArea() 460 mbXORMode ? SRCINVERT : SRCCOPY ); in drawBitmap() 487 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap() 501 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap() 567 BitBlt( hMemDC, 0, 0, nDstWidth, nDstHeight, hDC, nDstX, nDstY, SRCCOPY ); in drawBitmap() 577 ImplDrawBitmap( hMaskDC, aPosAry, aTmp, FALSE, SRCCOPY ); in drawBitmap() 580 ImplDrawBitmap( hMaskDC, aPosAry, rTransparentBitmap, FALSE, SRCCOPY ); in drawBitmap() 602 BitBlt( hDC, nDstX, nDstY, nDstWidth, nDstHeight, hMemDC, 0, 0, SRCCOPY ); in drawBitmap() 696 …bRet = BitBlt( hBmpDC, 0, 0, (int) nDX, (int) nDY, hDC, (int) nX, (int) nY, SRCCOPY ) ? TRUE : FAL… in getBitmap()
|
H A D | salbmp.cxx | 844 BitBlt( hCopyDC, 0, 0, aBmp.bmWidth, aBmp.bmHeight, hBmpDC, 0, 0, SRCCOPY ); in ImplCopyDIBOrDDB()
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | dibpreview.cxx | 278 DIB_RGB_COLORS, SRCCOPY); in onPaint()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvasbitmap.cxx | 64 0, 0, SRCCOPY ); in surface2HBitmap()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 169 #define SRCCOPY 0x00CC0020L macro
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 3150 bRet = BitBlt( hBmpDC, 0, 0, nDX, nDY, hDC, 0, 0, SRCCOPY ) ? TRUE : FALSE; in SnapShot()
|
Completed in 96 milliseconds