Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_label.c74 lv_coord_t line_height = lv_font_get_line_height(font) + style->text.line_space; in lv_draw_label() local
96 if(LV_MATH_ABS(hint->coord_y - coords->y1) > LV_LABEL_HINT_UPDATE_TH - 2 * line_height) { in lv_draw_label()
111 while(pos.y + line_height < mask->y1) { in lv_draw_label()
115 pos.y += line_height; in lv_draw_label()
216 sel_coords.y2 = pos.y + line_height - 1; in lv_draw_label()
247 pos.y += line_height; in lv_draw_label()
A Dlv_draw_basic.c256 lv_coord_t pos_y = pos_p->y + (font_p->line_height - font_p->base_line) - g.box_h - g.ofs_y; in lv_draw_letter()
/AliOS-Things-master/components/littlevgl/src/lv_font/
A Dlv_font.h66 uint8_t line_height; /**< The real line height where any text fits*/ member
112 return font_p->line_height; in lv_font_get_line_height()
A Dlv_font_unscii_8.c458 .line_height = 8, /*The maximum line height required by the font*/
A Dlv_font_roboto_12.c1799 .line_height = 14, /*The maximum line height required by the font*/
A Dlv_font_roboto_16.c2261 .line_height = 18, /*The maximum line height required by the font*/
A Dlv_font_roboto_22.c3177 .line_height = 24, /*The maximum line height required by the font*/
A Dlv_font_roboto_28.c4291 .line_height = 31, /*The maximum line height required by the font*/

Completed in 19 milliseconds