/reactos/modules/rostests/dibtests/bltrop/ |
H A D | bltrop.c | 104 BitBlt(hdc, 130, 300, bitmap.bmWidth, bitmap.bmHeight, hdcMem, 0, 0, SRCPAINT); in WndProc() 124 …300, bitmap.bmWidth/2, bitmap.bmHeight/2, hdcMem, 0, 0, bitmap.bmWidth, bitmap.bmHeight, SRCPAINT); in WndProc()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | MaskBlt.c | 183 ret = MaskBlt(hdcDst, 0, 0, 8, 1, hdcSrc, 0, 0, hbmMsk, 0, 0, MAKEROP4(SRCPAINT, MERGEPAINT)); in Test_MaskBlt_16bpp() 231 ret = MaskBlt(hdcDst, 0, 0, 8, 1, hdcSrc, 0, 0, hbmMsk, 0, 0, MAKEROP4(SRCPAINT, MERGEPAINT)); in Test_MaskBlt_32bpp()
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 1662 BitBlt(hImageDC, 0, 0, cx, cy, hMaskListDC, pt.x, pt.y, SRCPAINT); in ImageList_DrawIndirect() 1693 BitBlt( hImageDC, 0, 0, cx, cy, hImageListDC, pt.x, pt.y, SRCPAINT ); in ImageList_DrawIndirect() 1739 BitBlt (hImageDC, 0, 0, cx, cy, hImageListDC, ptOvl.x, ptOvl.y, SRCPAINT); in ImageList_DrawIndirect() 1761 dwRop = SRCPAINT; in ImageList_DrawIndirect() 2366 …t (himlDst->hdcImage, xOff2, yOff2, himl2->cx, himl2->cy, himl2->hdcImage, pt2.x, pt2.y, SRCPAINT); in ImageList_Merge()
|
H A D | animate.c | 245 BitBlt(hdcDest,0,0,infoPtr->inbih->biWidth, infoPtr->inbih->biHeight,hdcSource,0,0,SRCPAINT); in ANIMATE_TransparentBlt()
|
/reactos/dll/win32/oleaut32/ |
H A D | olepicture.c | 644 StretchBlt(hdc, x, y, cx, cy, hdcBmp, xSrc, ySrc, cxSrc, cySrc, SRCPAINT); in render_masked_bitmap() 647 cxSrc, cySrc, SRCPAINT); in render_masked_bitmap()
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.cpp | 1220 *CUIFBitmapDC::s_phdcSrc, 0, 0, SRCPAINT); in cicCreateDisabledBitmap() 1223 *CUIFBitmapDC::s_phdcSrc, 0, 0, SRCPAINT); in cicCreateDisabledBitmap() 1227 …::BitBlt(*CUIFBitmapDC::s_phdcSrc, 0, 0, width, height, *CUIFBitmapDC::s_phdcMask, 0, 0, SRCPAINT); in cicCreateDisabledBitmap() 1260 ::BitBlt(bitmapDC, 0, 0, width, height, *CUIFBitmapDC::s_phdcMask, 0, 0, SRCPAINT); in cicCreateShadowMaskBmp()
|
/reactos/base/applications/winhlp32/ |
H A D | hlpfile.c | 929 BitBlt(hdcEMF, 0, 0, bi->bmiHeader.biWidth, bi->bmiHeader.biHeight, hdcMem, 0, 0, SRCPAINT); in HLPFILE_RtfAddTransparentBitmap()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | bitmap.c | 3060 check_BitBlt_pixel(hdcDst, hdcSrc, dstBuffer, srcBuffer, SRCPAINT, 0xFFFFFFFF, __LINE__); in test_BitBlt() 3157 check_StretchBlt_pixel(hdcDst, hdcSrc, dstBuffer, srcBuffer, SRCPAINT, 0xFFFFFFFF, __LINE__); in test_StretchBlt() 3506 check_StretchDIBits_pixel(hdcDst, dstBuffer, srcBuffer, SRCPAINT, 0xFFFFFFFF, __LINE__); in test_StretchDIBits()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 334 #define SRCPAINT 0xEE0086 macro
|