Home
last modified time | relevance | path

Searched refs:DI_MASK (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/dibtests/vbltest/
H A Dvbltest.c121 DrawIconEx(hdc, x, y, hicList[i], 0, 0, 0, NULL, DI_MASK); in WndProc()
/reactos/win32ss/user/ntuser/
H A Dcursoricon.c1933 if (diFlags & DI_MASK) in UserDrawIconEx()
1965 DWORD rop4 = (diFlags & DI_MASK) ? ROP4_SRCINVERT : ROP4_SRCCOPY ; in UserDrawIconEx()
1993 DWORD rop4 = (diFlags & DI_MASK) ? ROP4_SRCINVERT : ROP4_SRCCOPY; in UserDrawIconEx()
/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c2107 …check_DrawIconEx(hdcDst, FALSE, 0x80A0B0C0, 32, DI_MASK, 0x00123456, 0x00000000, 0x00000000, __LIN… in test_DrawIconEx()
2108 …check_DrawIconEx(hdcDst, TRUE, 0x80A0B0C0, 32, DI_MASK, 0x00123456, 0x00FFFFFF, 0x00FFFFFF, __LINE… in test_DrawIconEx()
/reactos/dll/win32/comctl32/
H A Dimagelist.c2852 DrawIconEx( himl->hdcMask, pt.x, pt.y, hBestFitIcon, himl->cx, himl->cy, 0, 0, DI_MASK ); in ImageList_ReplaceIcon()
/reactos/sdk/include/psdk/
H A Dwingdi.h71 #define DI_MASK 1 macro
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp1398 ::DrawIconEx(*CUIFBitmapDC::s_phdcMask, 0, 0, hIcon, size.cx, size.cy, 0, 0, DI_MASK); in cicGetIconBitmaps()