Home
last modified time | relevance | path

Searched defs:adv_w (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_font/
A Dlv_font.h48 …uint16_t adv_w; /**< The glyph needs this space. Draw the next glyph after this width. 8 bit integ… member
A Dlv_font_fmt_txt.c93 uint32_t adv_w = gdsc->adv_w + ((int32_t)((int32_t)kvalue * fdsc->kern_scale) >> 4); in lv_font_get_glyph_dsc_fmt_txt() local
A Dlv_font_fmt_txt.h40 …uint32_t adv_w :12; /**< Draw the next glyph after this width. 8.4 format (real_value … member

Completed in 10 milliseconds