Home
last modified time | relevance | path

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

/reactos/dll/directx/ddraw/Surface/
H A Dcreatesurface.c29 LPDDRAWI_DDRAWSURFACE_INT * slist_int = NULL; in Internal_CreateSurface() local
88 if( slist_int == NULL) in Internal_CreateSurface()
105 DxHeapMemFree(slist_int); in Internal_CreateSurface()
113 DxHeapMemFree(slist_int); in Internal_CreateSurface()
151 slist_int[count] = ThisSurfInt; in Internal_CreateSurface()
228 pDDraw->lpLcl->lpGbl->dsList = (LPDDRAWI_DDRAWSURFACE_INT) slist_int; in Internal_CreateSurface()
281 *ppSurf = (LPDDRAWI_DDRAWSURFACE_INT) &slist_int[0]->lpVtbl; in Internal_CreateSurface()
294 if (slist_int[count] != NULL) in Internal_CreateSurface()
295 DxHeapMemFree(slist_int[count]); in Internal_CreateSurface()
303 if (slist_int != NULL) in Internal_CreateSurface()
[all …]