Home
last modified time | relevance | path

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

/reactos/dll/directx/ddraw/
H A Dstartup.c431 DDHAL_SURFCB32_SETCOLORKEY | in StartDirectDrawHel()
/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c1681 DDHAL_SURFCB32_SETCOLORKEY | DDHAL_SURFCB32_DESTROYSURFACE)) | in DdQueryDirectDrawObject()
1683 DDHAL_SURFCB32_SETCOLORKEY | DDHAL_SURFCB32_DESTROYSURFACE); in DdQueryDirectDrawObject()
/reactos/dll/directx/ddraw/Surface/
H A Dsurface_main.c877 if (This->lpLcl->lpGbl->lpDD->lpDDCBtmp->cbDDSurfaceCallbacks.dwFlags & DDHAL_SURFCB32_SETCOLORKEY) in Main_DDrawSurface_SetColorKey()
/reactos/sdk/include/psdk/
H A Dddrawint.h411 #define DDHAL_SURFCB32_SETCOLORKEY 0x00000040 macro
H A Dddrawi.h680 #define DDHAL_SURFCB32_SETCOLORKEY 0x00000040 macro
/reactos/modules/rostests/dxtest/win32kdxtest/
H A Ddump.c74 checkflag(flag,DDHAL_SURFCB32_SETCOLORKEY,"DDHAL_SURFCB32_SETCOLORKEY"); in dump_CallBackFlags()