Home
last modified time | relevance | path

Searched defs:props (Results 1 – 13 of 13) sorted by relevance

/lvgl-latest/examples/scroll/
Dlv_example_scroll_4.py32 props = [lv.STYLE.BG_OPA, lv.STYLE.WIDTH, 0] variable
Dlv_example_scroll_4.c34 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/
Dlv_example_style_10.py5 props = [lv.STYLE.BG_COLOR, lv.STYLE.BORDER_COLOR, lv.STYLE.BORDER_WIDTH, 0] variable
Dlv_example_style_10.c9 …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/
Dlv_example_btn_2.py45 props = [lv.STYLE.OUTLINE_WIDTH, lv.STYLE.OUTLINE_OPA, 0] variable
Dlv_example_btn_3.py6 props = [lv.STYLE.TRANSFORM_WIDTH, lv.STYLE.TRANSFORM_HEIGHT, lv.STYLE.TEXT_LETTER_SPACE, 0] variable
Dlv_example_btn_2.c49 static lv_style_prop_t props[] = {LV_STYLE_OUTLINE_WIDTH, LV_STYLE_OUTLINE_OPA, 0}; in lv_example_btn_2() local
Dlv_example_btn_3.c10 static lv_style_prop_t props[] = { in lv_example_btn_3() local
/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_2.py5 props = [lv.STYLE.BG_COLOR, 0] variable
Dlv_example_slider_2.c10 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2() local
/lvgl-latest/src/misc/
Dlv_style.c298 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
Dlv_style.h299 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/
Dstyle_api_gen.py7 props = [ variable