Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1786 stbtt_vertex *comp_verts = 0, *tmp = 0; in stbtt__GetGlyphShapeTT() local
1824 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts); in stbtt__GetGlyphShapeTT()
1828 stbtt_vertex* v = &comp_verts[i]; in stbtt__GetGlyphShapeTT()
1841 if (comp_verts) STBTT_free(comp_verts, info->userdata); in stbtt__GetGlyphShapeTT()
1845 STBTT_memcpy(tmp+num_vertices, comp_verts, comp_num_verts*sizeof(stbtt_vertex)); in stbtt__GetGlyphShapeTT()
1848 STBTT_free(comp_verts, info->userdata); in stbtt__GetGlyphShapeTT()