Function lvgl_sys::lv_clamp_width

source ·
pub unsafe extern "C" fn lv_clamp_width(
    width: lv_coord_t,
    min_width: lv_coord_t,
    max_width: lv_coord_t,
    ref_width: lv_coord_t
) -> lv_coord_t