Searched refs:pvertices (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1878 …int stbtt__GetGlyphShapeTT(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pvertices) argument 1891 *pvertices = NULL; 2128 *pvertices = vertices; 2139 stbtt_vertex * pvertices; member 2165 stbtt_setvertex(&c->pvertices[c->num_vertices], type, x, y, cx, cy); 2166 c->pvertices[c->num_vertices].cx1 = (stbtt_int16)cx1; 2167 c->pvertices[c->num_vertices].cy1 = (stbtt_int16)cy1; 2512 …int stbtt__GetGlyphShapeT2(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pvertices) argument 2518 …*pvertices = (stbtt_vertex *)STBTT_malloc(count_ctx.num_vertices * sizeof(stbtt_vertex), info->use… 2519 output_ctx.pvertices = *pvertices; [all …]
|