Searched defs:props (Results 1 – 13 of 13) sorted by relevance
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_4.py | 32 props = [lv.STYLE.BG_OPA, lv.STYLE.WIDTH, 0] variable
|
D | lv_example_scroll_4.c | 34 static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_WIDTH, 0}; in lv_example_scroll_4() local
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_10.py | 5 props = [lv.STYLE.BG_COLOR, lv.STYLE.BORDER_COLOR, lv.STYLE.BORDER_WIDTH, 0] variable
|
D | lv_example_style_10.c | 9 …static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, LV_STYLE_BORDER_COLOR, LV_STYLE_BORDER_… in lv_example_style_10() local
|
/lvgl-latest/examples/widgets/btn/ |
D | lv_example_btn_2.py | 45 props = [lv.STYLE.OUTLINE_WIDTH, lv.STYLE.OUTLINE_OPA, 0] variable
|
D | lv_example_btn_3.py | 6 props = [lv.STYLE.TRANSFORM_WIDTH, lv.STYLE.TRANSFORM_HEIGHT, lv.STYLE.TEXT_LETTER_SPACE, 0] variable
|
D | lv_example_btn_2.c | 49 static lv_style_prop_t props[] = {LV_STYLE_OUTLINE_WIDTH, LV_STYLE_OUTLINE_OPA, 0}; in lv_example_btn_2() local
|
D | lv_example_btn_3.c | 10 static lv_style_prop_t props[] = { in lv_example_btn_3() local
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_2.py | 5 props = [lv.STYLE.BG_COLOR, 0] variable
|
D | lv_example_slider_2.c | 10 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2() local
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 298 void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style_prop_t props[], in lv_style_transition_dsc_init() 429 uint16_t * props = (uint16_t *)tmp; in lv_style_set_prop_internal() local 473 uint16_t * props = (uint16_t *)tmp; in lv_style_set_prop_internal() local
|
D | lv_style.h | 299 const lv_style_prop_t * props; /**< An array with the properties to animate.*/ member 471 uint16_t * props = (uint16_t *)tmp; in lv_style_get_prop_inlined() local
|
/lvgl-latest/scripts/ |
D | style_api_gen.py | 7 props = [ variable
|