Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h636 void * userdata; member
759 STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata);
822 void *userdata); // context for to STBTT_MALLOC
1272 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 …]
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c292 wanted.userdata = NULL; in sandbox_sdl_sound_init()