Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h862 #ifndef stbtt_vertex // you can predefine this to use different values
868 } stbtt_vertex; typedef
874 …tt_GetCodepointShape(const stbtt_fontinfo * info, int unicode_codepoint, stbtt_vertex ** vertices);
875 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex ** ver…
886 STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo * info, stbtt_vertex * vertices);
976 stbtt_vertex * vertices, // array of vertices defining shape
1789 …btt_GetCodepointShape(const stbtt_fontinfo * info, int unicode_codepoint, stbtt_vertex * *vertices)
1794 static void stbtt_setvertex(stbtt_vertex * v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt…
1861 static int stbtt__close_shape(stbtt_vertex * vertices, int num_vertices, int was_off, int start_off,
1878 static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pve…
[all …]