Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1978 static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_index, stbtt__csctx *c) in stbtt__run_charstring() function
2242 if (stbtt__run_charstring(info, glyph_index, &count_ctx)) { in stbtt__GetGlyphShapeT2()
2245 if (stbtt__run_charstring(info, glyph_index, &output_ctx)) { in stbtt__GetGlyphShapeT2()
2257 int r = stbtt__run_charstring(info, glyph_index, &c); in stbtt__GetGlyphInfoT2()