Searched refs:lv_style_prop_t (Results 1 – 16 of 16) sorted by relevance
/lvgl-3.4.0/src/extra/layouts/grid/ |
D | lv_grid.h | 57 extern lv_style_prop_t LV_STYLE_GRID_COLUMN_DSC_ARRAY; 58 extern lv_style_prop_t LV_STYLE_GRID_COLUMN_ALIGN; 59 extern lv_style_prop_t LV_STYLE_GRID_ROW_DSC_ARRAY; 60 extern lv_style_prop_t LV_STYLE_GRID_ROW_ALIGN; 61 extern lv_style_prop_t LV_STYLE_GRID_CELL_COLUMN_POS; 62 extern lv_style_prop_t LV_STYLE_GRID_CELL_COLUMN_SPAN; 63 extern lv_style_prop_t LV_STYLE_GRID_CELL_X_ALIGN; 64 extern lv_style_prop_t LV_STYLE_GRID_CELL_ROW_POS; 65 extern lv_style_prop_t LV_STYLE_GRID_CELL_ROW_SPAN; 66 extern lv_style_prop_t LV_STYLE_GRID_CELL_Y_ALIGN;
|
D | lv_grid.c | 106 lv_style_prop_t LV_STYLE_GRID_COLUMN_DSC_ARRAY; 107 lv_style_prop_t LV_STYLE_GRID_COLUMN_ALIGN; 108 lv_style_prop_t LV_STYLE_GRID_ROW_DSC_ARRAY; 109 lv_style_prop_t LV_STYLE_GRID_ROW_ALIGN; 110 lv_style_prop_t LV_STYLE_GRID_CELL_COLUMN_POS; 111 lv_style_prop_t LV_STYLE_GRID_CELL_COLUMN_SPAN; 112 lv_style_prop_t LV_STYLE_GRID_CELL_X_ALIGN; 113 lv_style_prop_t LV_STYLE_GRID_CELL_ROW_POS; 114 lv_style_prop_t LV_STYLE_GRID_CELL_ROW_SPAN; 115 lv_style_prop_t LV_STYLE_GRID_CELL_Y_ALIGN;
|
/lvgl-3.4.0/src/misc/ |
D | lv_style.h | 274 } lv_style_prop_t; typedef 280 const lv_style_prop_t * props; /**< An array with the properties to animate.*/ 293 lv_style_prop_t prop; 353 lv_style_prop_t lv_style_register_prop(void); 361 bool lv_style_remove_prop(lv_style_t * style, lv_style_prop_t prop); 371 void lv_style_set_prop(lv_style_t * style, lv_style_prop_t prop, lv_style_value_t value); 382 lv_res_t lv_style_get_prop(const lv_style_t * style, lv_style_prop_t prop, lv_style_value_t * value… 395 static inline lv_res_t lv_style_get_prop_inlined(const lv_style_t * style, lv_style_prop_t prop, in lv_style_get_prop_inlined() 443 void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style_prop_t props[], 451 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop); [all …]
|
D | lv_style.c | 70 lv_style_prop_t lv_style_register_prop(void) in lv_style_register_prop() 77 bool lv_style_remove_prop(lv_style_t * style, lv_style_prop_t prop) in lv_style_remove_prop() 138 void lv_style_set_prop(lv_style_t * style, lv_style_prop_t prop, lv_style_value_t value) in lv_style_set_prop() 211 lv_res_t lv_style_get_prop(const lv_style_t * style, lv_style_prop_t prop, lv_style_value_t * value) in lv_style_get_prop() 216 void lv_style_transition_dsc_init(lv_style_transition_dsc_t * tr, const lv_style_prop_t props[], in lv_style_transition_dsc_init() 231 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop) in lv_style_prop_get_default() 291 uint8_t _lv_style_get_prop_group(lv_style_prop_t prop) in _lv_style_get_prop_group()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_style.h | 50 lv_style_prop_t prop; 112 void lv_obj_refresh_style(struct _lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop); 131 …_value_t lv_obj_get_style_prop(const struct _lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop); 140 void lv_obj_set_local_style_prop(struct _lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t val… 143 lv_res_t lv_obj_get_local_style_prop(struct _lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t… 153 bool lv_obj_remove_local_style_prop(struct _lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector…
|
D | lv_obj_style.c | 24 lv_style_prop_t prop; 47 static bool get_prop_core(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, lv_style_valu… 51 static bool trans_del(lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, trans_t * tr_limit); 110 lv_style_prop_t prop = LV_STYLE_PROP_ANY; in lv_obj_remove_style() 167 void lv_obj_refresh_style(lv_obj_t * obj, lv_style_selector_t selector, lv_style_prop_t prop) in lv_obj_refresh_style() 210 lv_style_value_t lv_obj_get_style_prop(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop) in lv_obj_get_style_prop() 257 void lv_obj_set_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t value, in lv_obj_set_local_style_prop() 266 lv_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t * value, in lv_obj_get_local_style_prop() 280 bool lv_obj_remove_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector_t selec… in lv_obj_remove_local_style_prop() 537 static bool get_prop_core(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, lv_style_valu… in get_prop_core() [all …]
|
/lvgl-3.4.0/src/extra/layouts/flex/ |
D | lv_flex.h | 61 extern lv_style_prop_t LV_STYLE_FLEX_FLOW; 62 extern lv_style_prop_t LV_STYLE_FLEX_MAIN_PLACE; 63 extern lv_style_prop_t LV_STYLE_FLEX_CROSS_PLACE; 64 extern lv_style_prop_t LV_STYLE_FLEX_TRACK_PLACE; 65 extern lv_style_prop_t LV_STYLE_FLEX_GROW;
|
D | lv_flex.c | 69 lv_style_prop_t LV_STYLE_FLEX_FLOW; 70 lv_style_prop_t LV_STYLE_FLEX_MAIN_PLACE; 71 lv_style_prop_t LV_STYLE_FLEX_CROSS_PLACE; 72 lv_style_prop_t LV_STYLE_FLEX_TRACK_PLACE; 73 lv_style_prop_t LV_STYLE_FLEX_GROW;
|
/lvgl-3.4.0/examples/styles/ |
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()
|
/lvgl-3.4.0/examples/widgets/btn/ |
D | lv_example_btn_3.c | 10 static lv_style_prop_t props[] = { in lv_example_btn_3()
|
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()
|
/lvgl-3.4.0/examples/widgets/imgbtn/ |
D | lv_example_imgbtn_1.c | 11 static lv_style_prop_t tr_prop[] = {LV_STYLE_TRANSFORM_WIDTH, LV_STYLE_IMG_RECOLOR_OPA, 0}; in lv_example_imgbtn_1()
|
/lvgl-3.4.0/examples/scroll/ |
D | lv_example_scroll_4.c | 36 static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_WIDTH, 0}; in lv_example_scroll_4()
|
/lvgl-3.4.0/examples/widgets/slider/ |
D | lv_example_slider_2.c | 12 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2()
|
/lvgl-3.4.0/docs/overview/ |
D | style.md | 260 static const lv_style_prop_t trans_props[] = {
|
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.c | 207 static const lv_style_prop_t trans_props[] = { in style_init()
|