Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1392 stbtt_vertex *comp_verts = 0, *tmp = 0; in stbtt_GetGlyphShape() local
1430 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts); in stbtt_GetGlyphShape()
1434 stbtt_vertex* v = &comp_verts[i]; in stbtt_GetGlyphShape()
1447 if (comp_verts) STBTT_free(comp_verts, info->userdata); in stbtt_GetGlyphShape()
1451 STBTT_memcpy(tmp+num_vertices, comp_verts, comp_num_verts*sizeof(stbtt_vertex)); in stbtt_GetGlyphShape()
1454 STBTT_free(comp_verts, info->userdata); in stbtt_GetGlyphShape()