Searched refs:lv_obj_get_style_border_width (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 259 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()
|
D | lv_obj_draw.c | 88 draw_dsc->border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_init_draw_rect_dsc()
|
D | lv_obj.c | 631 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()
|
D | lv_obj_style_gen.h | 340 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/ |
D | lv_chart.c | 273 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/ |
D | lv_checkbox.c | 224 int32_t bg_border = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1221 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/ |
D | lv_roller.c | 256 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/ |
D | lv_dropdown.c | 541 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/ |
D | lv_scale.c | 826 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/ |
D | lv_span.c | 577 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/ |
D | lv_table.c | 687 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_main()
|