Home
last modified time | relevance | path

Searched refs:BLACKNESS (Results 1 – 16 of 16) sorted by relevance

/reactos/win32ss/gdi/diblib/
H A DMaskCopy.c17 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 Dcards.c98 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 Dbltrop.c103 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 Dbitblt.c230 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 Dscrollbar.c962 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 Dlayered.c199 …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 Dblt.cpp88 bltfx.dwROP = BLACKNESS; in Blt_Test()
/reactos/win32ss/user/user32/controls/
H A Dscrollbar.c185 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 Dmlng.cpp300 ::PatBlt(hMemDC, 0, 0, nWidth, nHeight, BLACKNESS); in InatCreateIconBySize()
/reactos/dll/cpl/input/
H A Dsettings_page.c88 PatBlt(hdc, 0, 0, cxIcon, cyIcon, BLACKNESS); in CreateLayoutIcon()
/reactos/base/applications/kbswitch/
H A Dkbswitch.c399 PatBlt(hdc, 0, 0, cxIcon, cyIcon, BLACKNESS); in CreateTrayIcon()
/reactos/dll/win32/comctl32/
H A Dimagelist.c1995 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 Dbitmap.c3072 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 Dmetafile.c1976 ret = BitBlt(hdcBitmap, 0, 0, BMP_DIM, BMP_DIM, 0, 0, 0, BLACKNESS); in test_emf_BitBlt()
/reactos/sdk/include/psdk/
H A Dwingdi.h323 #define BLACKNESS 0x42 macro
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c1692 case BLACKNESS: in ddraw_surface7_Blt()