Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2141 } stbtt__csctx; typedef
2145 static void stbtt__track_vertex(stbtt__csctx * c, stbtt_int32 x, stbtt_int32 y)
2154 static void stbtt__csctx_v(stbtt__csctx * c, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_…
2172 static void stbtt__csctx_close_shape(stbtt__csctx * ctx)
2178 static void stbtt__csctx_rmove_to(stbtt__csctx * ctx, float dx, float dy)
2186 static void stbtt__csctx_rline_to(stbtt__csctx * ctx, float dx, float dy)
2193 static void stbtt__csctx_rccurve_to(stbtt__csctx * ctx, float dx1, float dy1, float dx2, float dy2,…
2248 static int stbtt__run_charstring(const stbtt_fontinfo * info, int glyph_index, stbtt__csctx * c)
2515 stbtt__csctx count_ctx = STBTT__CSCTX_INIT(1);
2516 stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0);
[all …]