Searched refs:stbtt__csctx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1875 } stbtt__csctx; typedef 1879 static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_int32 y) in stbtt__track_vertex() 1888 static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_i… in stbtt__csctx_v() 1904 static void stbtt__csctx_close_shape(stbtt__csctx *ctx) in stbtt__csctx_close_shape() 1910 static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) in stbtt__csctx_rmove_to() 1918 static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) in stbtt__csctx_rline_to() 1925 static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, … in stbtt__csctx_rccurve_to() 1978 static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_index, stbtt__csctx *c) in stbtt__run_charstring() 2240 stbtt__csctx count_ctx = STBTT__CSCTX_INIT(1); in stbtt__GetGlyphShapeT2() 2241 stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0); in stbtt__GetGlyphShapeT2() [all …]
|