Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/font/
Dlv_font_fmt_txt.c84 uint32_t gid = g_dsc->gid.index; in lv_font_get_bitmap_fmt_txt() local
211 uint32_t gid = get_glyph_dsc_id(font, unicode_letter); in lv_font_get_glyph_dsc_fmt_txt() local
Dlv_font.h79 } gid; /**< The index of the glyph in the font file. Used by the font cache*/ member