Searched refs:count_ctx (Results 1 – 1 of 1) sorted by relevance
2240 stbtt__csctx count_ctx = STBTT__CSCTX_INIT(1); in stbtt__GetGlyphShapeT2() local2242 if (stbtt__run_charstring(info, glyph_index, &count_ctx)) { in stbtt__GetGlyphShapeT2()2243 …*pvertices = (stbtt_vertex*)STBTT_malloc(count_ctx.num_vertices*sizeof(stbtt_vertex), info->userda… in stbtt__GetGlyphShapeT2()2246 STBTT_assert(output_ctx.num_vertices == count_ctx.num_vertices); in stbtt__GetGlyphShapeT2()