Searched refs:max_height (Results 1 – 4 of 4) sorted by relevance
439 lv_coord_t lv_clamp_height(lv_coord_t height, lv_coord_t min_height, lv_coord_t max_height, lv_coor…
981 lv_coord_t lv_clamp_height(lv_coord_t height, lv_coord_t min_height, lv_coord_t max_height, lv_coor… in lv_clamp_height() argument984 if(LV_COORD_IS_PCT(max_height)) max_height = (ref_height * LV_COORD_GET_PCT(max_height)) / 100; in lv_clamp_height()985 return LV_CLAMP(min_height, height, max_height); in lv_clamp_height()
24 - `LV_PART_MAIN` The list itself. Uses the typical background properties. `max_height` can be used …
51 ### max_height subsection