Searched refs:comp_verts (Results 1 – 1 of 1) sorted by relevance
2037 stbtt_vertex * comp_verts = 0, * tmp = 0; local2091 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts);2095 stbtt_vertex * v = &comp_verts[i];2110 if(comp_verts) STBTT_free(comp_verts, info->userdata);2114 STBTT_memcpy(tmp + num_vertices, comp_verts, comp_num_verts * sizeof(stbtt_vertex));2117 STBTT_free(comp_verts, info->userdata);