Searched refs:output_ctx (Results 1 – 1 of 1) sorted by relevance
2241 stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0); in stbtt__GetGlyphShapeT2() local2244 output_ctx.pvertices = *pvertices; in stbtt__GetGlyphShapeT2()2245 if (stbtt__run_charstring(info, glyph_index, &output_ctx)) { in stbtt__GetGlyphShapeT2()2246 STBTT_assert(output_ctx.num_vertices == count_ctx.num_vertices); in stbtt__GetGlyphShapeT2()2247 return output_ctx.num_vertices; in stbtt__GetGlyphShapeT2()