Searched refs:lv_obj_set_style_outline_pad (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_clip_corner.c | 28 lv_obj_set_style_outline_pad(parent, 5, 0); in create_panel()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_align_flex.c | 26 lv_obj_set_style_outline_pad(obj, 0, LV_PART_MAIN); in simple_style()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 190 lv_obj_set_style_outline_pad(light_theme_icon, -1, 0); /* FIXME */ in lv_demo_high_res_home() 199 lv_obj_set_style_outline_pad(dark_theme_icon, -1, 0); /* FIXME */ in lv_demo_high_res_home()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 204 lv_obj_set_style_outline_pad(spinbox, 1, LV_PART_MAIN); in spinbox_ctrl_create()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 348 lv_obj_set_style_outline_pad(bar, 4, LV_PART_INDICATOR); in styled_bar_create()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_home.c | 289 lv_obj_set_style_outline_pad(face_item, 1, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 453 void lv_obj_set_style_outline_pad(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_outline_pad() function
|
D | lv_obj_style_gen.h | 821 void lv_obj_set_style_outline_pad(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/docs/ |
D | README_jp.rst | 394 lv_obj_set_style_outline_pad(slider, -5, LV_PART_KNOB);
|
D | README_zh.rst | 408 lv_obj_set_style_outline_pad(slider, -5, LV_PART_KNOB);
|
D | README_pt_BR.rst | 454 lv_obj_set_style_outline_pad(slider, -5, LV_PART_KNOB);
|
/lvgl-latest/ |
D | README.md | 308 lv_obj_set_style_outline_pad(slider, -5, LV_PART_KNOB);
|