/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_5.c | 40 …lv_obj_set_style_pad_hor(sub_mechanics_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(men… in lv_example_menu_5() 48 …lv_obj_set_style_pad_hor(sub_sound_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(menu), … in lv_example_menu_5() 54 …lv_obj_set_style_pad_hor(sub_display_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(menu)… in lv_example_menu_5() 60 …lv_obj_set_style_pad_hor(sub_software_info_page, lv_obj_get_style_pad_left(lv_menu_get_main_header… in lv_example_menu_5() 65 …lv_obj_set_style_pad_hor(sub_legal_info_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(me… in lv_example_menu_5() 74 …lv_obj_set_style_pad_hor(sub_about_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(menu), … in lv_example_menu_5() 83 …lv_obj_set_style_pad_hor(sub_menu_mode_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(men… in lv_example_menu_5() 91 …lv_obj_set_style_pad_hor(root_page, lv_obj_get_style_pad_left(lv_menu_get_main_header(menu), 0), 0… in lv_example_menu_5()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 192 int32_t marker_leftp = lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR); in lv_checkbox_event() 226 …32_t bg_p = is_rtl ? lv_obj_get_style_pad_right(obj, LV_PART_MAIN) : lv_obj_get_style_pad_left(obj, in lv_checkbox_draw() 230 int32_t marker_leftp = lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/switch/ |
D | lv_switch.c | 152 int32_t knob_left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in lv_switch_event() 256 int32_t knob_left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in draw_main()
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 274 p_out->x += lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in lv_chart_get_point_pos_by_id() 598 int32_t x_ofs = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_chart_get_first_point_center_offset() 736 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_div_lines() 781 …if((border_side & LV_BORDER_SIDE_LEFT) && (lv_obj_get_style_pad_left(obj, LV_PART_MAIN) == 0)) i_s… in draw_div_lines() 811 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_series_line() 966 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_series_scatter() 1088 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_series_bar() 1273 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in get_index_from_x() 1300 int32_t pleft = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in invalidate_point() 1332 x_act += obj->coords.x1 + bwidth + lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in invalidate_point()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 318 int32_t knob_left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in lv_slider_event() 445 int32_t knob_left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in position_knob() 568 const int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in update_knob_pos()
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 686 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_arc_event() 692 int32_t knob_left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in lv_arc_event() 734 int32_t left_indic = lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR); in lv_arc_draw() 816 int32_t left_bg = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in get_center() 866 int32_t left_knob = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in get_knob_area()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 690 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_main() 821 const int32_t cell_left = lv_obj_get_style_pad_left(obj, LV_PART_ITEMS); in draw_main() 872 const int32_t cell_pad_left = lv_obj_get_style_pad_left(obj, LV_PART_ITEMS); in refr_size_form_row() 898 const int32_t cell_pad_left = lv_obj_get_style_pad_left(obj, LV_PART_ITEMS); in refr_cell_size() 1021 x -= lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in get_pressed_cell() 1104 area->x1 += lv_obj_get_style_pad_left(obj, 0); in get_cell_area()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 829 const int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in scale_draw_main() 988 int32_t left_bg = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in scale_get_center() 1043 const int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in scale_get_tick_points() 1045 const int32_t tick_pad_left = lv_obj_get_style_pad_left(obj, LV_PART_ITEMS); in scale_get_tick_points() 1208 …label_coords->x1 = tick_point->x - label_size.x - lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR… in scale_get_label_coords() 1209 label_coords->x2 = tick_point->x - lv_obj_get_style_pad_left(obj, LV_PART_INDICATOR); in scale_get_label_coords()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_textarea.c | 52 int32_t left_padding = lv_obj_get_style_pad_left(txt_ptr->label, LV_PART_MAIN); in test_textarea_should_update_label_style_with_one_line_enabled()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 258 int32_t padding = lv_obj_get_style_pad_left(obj, part); in lv_obj_get_style_space_left()
|
D | lv_obj_scroll.c | 510 int32_t left_space = lv_obj_get_style_pad_left(obj, LV_PART_SCROLLBAR); in lv_obj_get_scrollbar_area()
|
D | lv_obj.c | 488 obj->coords.x1 = parent->coords.x1 + lv_obj_get_style_pad_left(parent, LV_PART_MAIN) - sl; in lv_obj_constructor()
|
D | lv_obj_style_gen.h | 166 static inline int32_t lv_obj_get_style_pad_left(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_pad_left() function
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 523 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in find_snap_point_x() 720 int32_t pad_left = lv_obj_get_style_pad_left(scroll_obj, 0); in has_more_snap_points() 728 x = scroll_obj->coords.x1 + lv_obj_get_style_pad_left(scroll_obj, 0); in has_more_snap_points()
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 322 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_indic() 611 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_bar_event()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 186 … lv_obj_get_scroll_left(slide_deck_cont) - lv_obj_get_style_pad_left(slide_deck, 0) <= 0); in slide_deck_scrolled_cb()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1224 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() 1406 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_placeholder() 1448 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in draw_cursor()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 706 int32_t pleft = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_main() 935 int32_t pleft = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in get_button_from_point()
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 579 .x1 = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width, in lv_spangroup_get_span_coords() 605 .x1 = lv_obj_get_style_pad_left(obj, LV_PART_MAIN), in lv_spangroup_get_span_by_point()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 573 int32_t pleft = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_main()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 863 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_main()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 417 pos.x = pos_in->x - lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_label_get_letter_on()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 616 lv_obj_set_style_pad_hor(scale_hor, lv_obj_get_style_pad_left(chart, 0), 0); in create_chart_with_scales()
|