Home
last modified time | relevance | path

Searched refs:DDSD_CKDESTOVERLAY (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/ddraw/
H A Dutils.c879 ME(DDSD_CKDESTOVERLAY, DDRAW_dump_DDCOLORKEY, u3 /* ddckCKDestOverlay */), in DDRAW_dump_surface_desc()
1247 if (in->dwFlags & DDSD_CKDESTOVERLAY) out->u3.ddckCKDestOverlay = in->ddckCKDestOverlay; in DDSD_to_DDSD2()
1289 if (in->dwFlags & DDSD_CKDESTOVERLAY) out->ddckCKDestOverlay = in->u3.ddckCKDestOverlay; in DDSD2_to_DDSD()
H A Dsurface.c3155 if (!(This->surface_desc.dwFlags & DDSD_CKDESTOVERLAY)) in ddraw_surface7_GetColorKey()
4804 surface->surface_desc.dwFlags |= DDSD_CKDESTOVERLAY; in ddraw_surface_set_color_key()
4831 surface->surface_desc.dwFlags &= ~DDSD_CKDESTOVERLAY; in ddraw_surface_set_color_key()
6230 if (((desc->dwFlags & DDSD_CKDESTOVERLAY) in ddraw_surface_create()
6277 if (desc->dwFlags & DDSD_CKDESTOVERLAY) in ddraw_surface_create()
6396 if (desc->dwFlags & DDSD_CKDESTOVERLAY) in ddraw_surface_create()
/reactos/modules/rostests/dxtest/win32kdxtest/
H A Ddump.c1187 checkflag(flag,DDSD_CKDESTOVERLAY,"DDSD_CKDESTOVERLAY"); in dump_D3dTextureFormats()
/reactos/sdk/include/psdk/
H A Dddraw.h217 #define DDSD_CKDESTOVERLAY 0x00002000 macro