Searched refs:max_h (Results 1 – 3 of 3) sorted by relevance
342 const int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_get_letter_pos() local348 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_pos()426 int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_get_letter_on() local439 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_on()549 const int32_t max_h = lv_area_get_height(&txt_coords); in lv_label_is_char_under_pos() local560 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_is_char_under_pos()
199 int32_t max_h = LV_MAX(rout, inner_area->y1 - outer_area->y1); in draw_border_complex() local200 for(h = 0; h < max_h; h++) { in draw_border_complex()
120 int32_t max_h = lv_obj_get_content_height(obj); in lv_buttonmatrix_set_map() local123 int32_t max_h_no_gap = max_h - (prow * (btnm->row_cnt - 1)); in lv_buttonmatrix_set_map()