Home
last modified time | relevance | path

Searched refs:pbottom (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/src/widgets/
Dlv_btnmatrix.c721 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in draw_main() local
797 …if(btn_area.y2 == obj->coords.y2 - pbottom) draw_rect_dsc_act.border_side &= ~LV_BORDER_SIDE_BOTTO… in draw_main()
969 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in get_button_from_point() local
981 pbottom = LV_MIN(pbottom, BTN_EXTRA_CLICK_AREA_MAX); in get_button_from_point()
995 if(btn_area.y2 >= h - pbottom - 2) btn_area.y2 += obj_cords.y1 + LV_MIN(pbottom, in get_button_from_point()
Dlv_img.c578 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN) + border_width; in draw_img() local
634 img_max_area.y2 -= pbottom; in draw_img()
651 img_clip_area.y2 = bg_coords.y2 - pbottom; in draw_img()
/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c701 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(parent, LV_PART_MAIN) + border_width; in scroll_area_into_view() local
703 lv_coord_t bottom_diff = -(parent->coords.y2 - pbottom - area_tmp->y2 - scroll_value->y); in scroll_area_into_view()
704 lv_coord_t parent_h = lv_obj_get_height(parent) - ptop - pbottom; in scroll_area_into_view()
726 snap_goal = parent->coords.y2 - pbottom; in scroll_area_into_view()
Dlv_obj_pos.c261 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in lv_obj_set_content_height() local
264 lv_obj_set_height(obj, h + ptop + pbottom + 2 * border_width); in lv_obj_set_content_height()