Searched defs:glyph_index (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_image.c | 30 FT_UInt glyph_index; member 93 FT_UInt glyph_index = (FT_UInt)g_dsc->gid.index; in freetype_get_glyph_bitmap_cb() local
|
D | lv_freetype_outline.c | 27 FT_UInt glyph_index; member 194 …ic lv_cache_entry_t * lv_freetype_outline_lookup(lv_freetype_font_dsc_t * dsc, FT_UInt glyph_index) in lv_freetype_outline_lookup() 301 FT_UInt glyph_index, in outline_create()
|
D | lv_freetype_glyph.c | 142 FT_UInt glyph_index = FT_Get_Char_Index(face, data->unicode); in freetype_glyph_create_cb() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 81 uint32_t glyph_index; member 292 uint32_t glyph_index = g_dsc->gid.index; in ttf_get_glyph_bitmap_cb() local
|
D | stb_truetype_htcw.h | 1804 static int stbtt__GetGlyfOffset(const stbtt_fontinfo * info, int glyph_index) 1827 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, i… 1849 STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo * info, int glyph_index) 1878 static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pve… 2219 static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo * info, int glyph_index) 2248 static int stbtt__run_charstring(const stbtt_fontinfo * info, int glyph_index, stbtt__csctx * c) 2512 static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pve… 2529 static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo * info, int glyph_index, int * x0, int * y0, … 2540 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pve… 2548 STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo * info, int glyph_index, int * advanceWi…
|