Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_border_width (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_style.h259 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_left()
267 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_right()
275 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_top()
283 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_bottom()
Dlv_obj_draw.c88 draw_dsc->border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_init_draw_rect_dsc()
Dlv_obj.c631 if(lv_obj_get_style_border_width(obj, LV_PART_MAIN) && in lv_obj_draw()
692 dsc->border_width = lv_obj_get_style_border_width(obj, LV_PART_SCROLLBAR); in scrollbar_init_draw_dsc()
Dlv_obj_style_gen.h340 static inline int32_t lv_obj_get_style_border_width(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_border_width() function
/lvgl-latest/src/widgets/chart/
Dlv_chart.c273 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_chart_get_point_pos_by_id()
735 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_div_lines()
747 int32_t border_w = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_div_lines()
810 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_series_line()
965 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_series_scatter()
1104 int32_t border_w = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_series_bar()
1299 int32_t bwidth = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in invalidate_point()
1329 int32_t bwidth = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in invalidate_point()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c224 int32_t bg_border = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_checkbox_draw()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1221 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_CURSOR); in refr_cursor_area()
1410 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_placeholder()
1447 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_CURSOR); in draw_cursor()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c256 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count()
572 int32_t bwidth = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_main()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c541 int32_t border_width = lv_obj_get_style_border_width(dropdown->list, LV_PART_MAIN); in lv_dropdown_open()
862 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_main()
/lvgl-latest/src/widgets/scale/
Dlv_scale.c826 const int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in scale_draw_main()
1039 const int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in scale_get_tick_points()
/lvgl-latest/src/widgets/span/
Dlv_span.c577 const uint32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_spangroup_get_span_coords()
/lvgl-latest/src/widgets/table/
Dlv_table.c687 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_main()