Searched refs:userdata (Results 1 – 2 of 2) sorted by relevance
636 void * userdata; member759 STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata);822 void *userdata); // context for to STBTT_MALLOC1272 vertices = (stbtt_vertex *) STBTT_malloc(m * sizeof(vertices[0]), info->userdata); in stbtt_GetGlyphShape()1444 … = (stbtt_vertex*)STBTT_malloc((num_vertices+comp_num_verts)*sizeof(stbtt_vertex), info->userdata); in stbtt_GetGlyphShape()1446 if (vertices) STBTT_free(vertices, info->userdata); in stbtt_GetGlyphShape()1447 if (comp_verts) STBTT_free(comp_verts, info->userdata); in stbtt_GetGlyphShape()1452 if (vertices) STBTT_free(vertices, info->userdata); in stbtt_GetGlyphShape()1454 STBTT_free(comp_verts, info->userdata); in stbtt_GetGlyphShape()1554 STBTT_free(v, info->userdata); in stbtt_FreeShape()[all …]
292 wanted.userdata = NULL; in sandbox_sdl_sound_init()