Searched refs:pbottom (Results 1 – 4 of 4) sorted by relevance
721 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in draw_main() local797 …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() local981 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()
578 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN) + border_width; in draw_img() local634 img_max_area.y2 -= pbottom; in draw_img()651 img_clip_area.y2 = bg_coords.y2 - pbottom; in draw_img()
701 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(parent, LV_PART_MAIN) + border_width; in scroll_area_into_view() local703 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()
261 lv_coord_t pbottom = lv_obj_get_style_pad_bottom(obj, LV_PART_MAIN); in lv_obj_set_content_height() local264 lv_obj_set_height(obj, h + ptop + pbottom + 2 * border_width); in lv_obj_set_content_height()