Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/ddraw/
H A Dddraw.c3296 BOOL all, nomatch; in ddraw7_EnumSurfaces() local
3308 nomatch = (Flags & DDENUMSURFACES_NOMATCH) != 0; in ddraw7_EnumSurfaces()
3326 if (all || (nomatch != ddraw_match_surface_desc(DDSD, &surf->surface_desc))) in ddraw7_EnumSurfaces()