Searched refs:line_height (Results 1 – 8 of 8) sorted by relevance
74 lv_coord_t line_height = lv_font_get_line_height(font) + style->text.line_space; in lv_draw_label() local96 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()
256 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()
66 uint8_t line_height; /**< The real line height where any text fits*/ member112 return font_p->line_height; in lv_font_get_line_height()
458 .line_height = 8, /*The maximum line height required by the font*/
1799 .line_height = 14, /*The maximum line height required by the font*/
2261 .line_height = 18, /*The maximum line height required by the font*/
3177 .line_height = 24, /*The maximum line height required by the font*/
4291 .line_height = 31, /*The maximum line height required by the font*/
Completed in 21 milliseconds