Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1639 …c int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvertices) in stbtt__GetGlyphShapeTT() argument
1648 *pvertices = NULL; in stbtt__GetGlyphShapeTT()
1861 *pvertices = vertices; in stbtt__GetGlyphShapeTT()
1873 stbtt_vertex *pvertices; member
1897 stbtt_setvertex(&c->pvertices[c->num_vertices], type, x, y, cx, cy); in stbtt__csctx_v()
1898 c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1; in stbtt__csctx_v()
1899 c->pvertices[c->num_vertices].cy1 = (stbtt_int16) cy1; in stbtt__csctx_v()
2237 …c int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvertices) in stbtt__GetGlyphShapeT2() argument
2243 …*pvertices = (stbtt_vertex*)STBTT_malloc(count_ctx.num_vertices*sizeof(stbtt_vertex), info->userda… in stbtt__GetGlyphShapeT2()
2244 output_ctx.pvertices = *pvertices; in stbtt__GetGlyphShapeT2()
[all …]