/reactos/win32ss/gdi/diblib/ |
H A D | MaskCopy.c | 17 if (pBltData->rop4 == MAKEROP4(BLACKNESS, WHITENESS)) in Dib_MaskCopy() 21 else if (pBltData->rop4 == MAKEROP4(WHITENESS, BLACKNESS)) in Dib_MaskCopy() 25 else if (pBltData->rop4 == MAKEROP4(BLACKNESS, BLACKNESS)) in Dib_MaskCopy()
|
/reactos/dll/win32/cards/ |
H A D | cards.c | 98 PatBlt(hdc, x, y + 2, 1, dy - 4, BLACKNESS); in BltCard() 99 PatBlt(hdc, x + dx - 1, y + 2, 1, dy - 4, BLACKNESS); in BltCard() 100 PatBlt(hdc, x + 2, y, dx - 4, 1, BLACKNESS); in BltCard() 101 PatBlt(hdc, x + 2, y + dy - 1, dx - 4, 1, BLACKNESS); in BltCard()
|
/reactos/modules/rostests/dibtests/bltrop/ |
H A D | bltrop.c | 103 BitBlt(hdc, 30, 300, bitmap.bmWidth, bitmap.bmHeight, hdcMem, 0, 0, BLACKNESS); in WndProc() 123 …00, bitmap.bmWidth/2, bitmap.bmHeight/2, hdcMem, 0, 0, bitmap.bmWidth, bitmap.bmHeight, BLACKNESS); in WndProc()
|
/reactos/win32ss/drivers/displays/vga/objects/ |
H A D | bitblt.c | 230 case GET_OPINDEX_FROM_ROP3(BLACKNESS): SolidColor = 0x0; break; in VGADDI_BltBrush() 446 case ROP3_TO_ROP4(BLACKNESS): in DrvBitBlt()
|
/reactos/win32ss/user/ntuser/ |
H A D | scrollbar.c | 962 ThumbTop, TopSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior() 965 Rect.bottom - Rect.top - ThumbSize, BottomSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior() 982 Rect.bottom - Rect.top, TopSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior() 986 BottomSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior()
|
H A D | layered.c | 199 …NtGdiPatBlt( hdc, Rect.left, Rect.top, Rect.right - Rect.left, Rect.bottom - Rect.top, BLACKNESS ); in IntUpdateLayeredWindowI()
|
/reactos/modules/rostests/dxtest/ddraw/Surface/ |
H A D | blt.cpp | 88 bltfx.dwROP = BLACKNESS; in Blt_Test()
|
/reactos/win32ss/user/user32/controls/ |
H A D | scrollbar.c | 185 ThumbTop, TopSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior() 188 Rect.bottom - Rect.top - ThumbSize, BottomSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior() 205 Rect.bottom - Rect.top, TopSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior() 209 BottomSelected ? BLACKNESS : PATCOPY); in IntDrawScrollInterior()
|
/reactos/dll/win32/msctf/ |
H A D | mlng.cpp | 300 ::PatBlt(hMemDC, 0, 0, nWidth, nHeight, BLACKNESS); in InatCreateIconBySize()
|
/reactos/dll/cpl/input/ |
H A D | settings_page.c | 88 PatBlt(hdc, 0, 0, cxIcon, cyIcon, BLACKNESS); in CreateLayoutIcon()
|
/reactos/base/applications/kbswitch/ |
H A D | kbswitch.c | 399 PatBlt(hdc, 0, 0, cxIcon, cyIcon, BLACKNESS); in CreateTrayIcon()
|
/reactos/dll/win32/comctl32/ |
H A D | imagelist.c | 1995 PatBlt (hdcDst, 0, 0, himl->cx, himl->cy, BLACKNESS); in ImageList_GetIcon() 2358 BitBlt (himlDst->hdcImage, 0, 0, cxDst, cyDst, himl1->hdcImage, 0, 0, BLACKNESS); in ImageList_Merge()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | bitmap.c | 3072 check_BitBlt_pixel(hdcDst, hdcSrc, dstBuffer, srcBuffer, BLACKNESS, 0x00000000, __LINE__); in test_BitBlt() 3169 check_StretchBlt_pixel(hdcDst, hdcSrc, dstBuffer, srcBuffer, BLACKNESS, 0x00000000, __LINE__); in test_StretchBlt() 3518 check_StretchDIBits_pixel(hdcDst, dstBuffer, srcBuffer, BLACKNESS, 0x00000000, __LINE__); in test_StretchDIBits() 5872 ret = BitBlt( create_desc.hDc, 0, 0, 4, 10, NULL, 0, 0, BLACKNESS ); in test_D3DKMTCreateDCFromMemory()
|
H A D | metafile.c | 1976 ret = BitBlt(hdcBitmap, 0, 0, BMP_DIM, BMP_DIM, 0, 0, 0, BLACKNESS); in test_emf_BitBlt()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 323 #define BLACKNESS 0x42 macro
|
/reactos/dll/directx/wine/ddraw/ |
H A D | surface.c | 1692 case BLACKNESS: in ddraw_surface7_Blt()
|