/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 194 int32_t marker_topp = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_checkbox_event() 225 int32_t bg_topp = lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + bg_border; in lv_checkbox_draw() 232 int32_t marker_topp = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/switch/ |
D | lv_switch.c | 154 int32_t knob_top = lv_obj_get_style_pad_top(obj, LV_PART_KNOB); in lv_switch_event() 258 int32_t knob_top = lv_obj_get_style_pad_top(obj, LV_PART_KNOB); in draw_main()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 320 int32_t knob_top = lv_obj_get_style_pad_top(obj, LV_PART_KNOB); in lv_slider_event() 447 int32_t knob_top = lv_obj_get_style_pad_top(obj, LV_PART_KNOB); in position_knob() 587 const int32_t bg_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in update_knob_pos()
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 688 int32_t bg_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in lv_arc_event() 694 int32_t knob_top = lv_obj_get_style_pad_top(obj, LV_PART_KNOB); in lv_arc_event() 736 int32_t top_indic = lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in lv_arc_draw() 818 int32_t top_bg = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in get_center() 868 int32_t top_knob = lv_obj_get_style_pad_top(obj, LV_PART_KNOB); in get_knob_area()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 688 int32_t bg_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_main() 823 const int32_t cell_top = lv_obj_get_style_pad_top(obj, LV_PART_ITEMS); in draw_main() 874 const int32_t cell_pad_top = lv_obj_get_style_pad_top(obj, LV_PART_ITEMS); in refr_size_form_row() 900 const int32_t cell_pad_top = lv_obj_get_style_pad_top(obj, LV_PART_ITEMS); in refr_cell_size() 1038 y -= lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in get_pressed_cell() 1114 area->y1 += lv_obj_get_style_pad_top(obj, 0); in get_cell_area()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 274 int32_t padding = lv_obj_get_style_pad_top(obj, part); in lv_obj_get_style_space_top()
|
D | lv_obj_scroll.c | 508 int32_t top_space = lv_obj_get_style_pad_top(obj, LV_PART_SCROLLBAR); in lv_obj_get_scrollbar_area()
|
D | lv_obj.c | 486 obj->coords.y1 = parent->coords.y1 + lv_obj_get_style_pad_top(parent, LV_PART_MAIN) - st; in lv_obj_constructor()
|
D | lv_obj_style_gen.h | 154 static inline int32_t lv_obj_get_style_pad_top(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_pad_top() function
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 579 int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in find_snap_point_y() 746 int32_t pad_top = lv_obj_get_style_pad_top(scroll_obj, 0); in has_more_snap_points() 754 y = scroll_obj->coords.y1 + lv_obj_get_style_pad_top(scroll_obj, 0); in has_more_snap_points()
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 283 p_out->y += lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + border_width; in lv_chart_get_point_pos_by_id() 737 int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + border_width; in draw_div_lines() 760 …if((border_side & LV_BORDER_SIDE_TOP) && (lv_obj_get_style_pad_top(obj, LV_PART_MAIN) == 0)) i_sta… in draw_div_lines() 812 int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + border_width; in draw_series_line() 967 int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_series_scatter() 1089 int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_series_bar()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 827 const int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + border_width; in scale_draw_main() 990 int32_t top_bg = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in scale_get_center() 1040 const int32_t pad_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + border_width; in scale_get_tick_points() 1046 const int32_t tick_pad_top = lv_obj_get_style_pad_top(obj, LV_PART_ITEMS); in scale_get_tick_points() 1199 label_coords->y2 = tick_point->y - lv_obj_get_style_pad_top(obj, LV_PART_INDICATOR); in scale_get_label_coords()
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 324 int32_t bg_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_indic() 613 int32_t bg_top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in lv_bar_event()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1222 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() 1408 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_placeholder() 1449 int32_t top = lv_obj_get_style_pad_top(obj, LV_PART_CURSOR) + border_width; in draw_cursor()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 704 int32_t ptop = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in draw_main() 937 int32_t ptop = lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in get_button_from_point()
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 580 .y1 = lv_obj_get_style_pad_top(obj, LV_PART_MAIN) + border_width, in lv_spangroup_get_span_coords() 606 .y1 = lv_obj_get_style_pad_top(obj, LV_PART_MAIN), in lv_spangroup_get_span_by_point()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 542 int32_t top = lv_obj_get_style_pad_top(dropdown->list, LV_PART_MAIN) + border_width; in lv_dropdown_open()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 418 pos.y = pos_in->y - lv_obj_get_style_pad_top(obj, LV_PART_MAIN); in lv_label_get_letter_on()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 617 lv_obj_set_style_pad_ver(scale_ver, lv_obj_get_style_pad_top(chart, 0), 0); in create_chart_with_scales()
|