Searched refs:lv_style_set_prop (Results 1 – 7 of 7) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_style_gen.c | 8 lv_style_set_prop(style, LV_STYLE_WIDTH, v); in lv_style_set_width() 16 lv_style_set_prop(style, LV_STYLE_MIN_WIDTH, v); in lv_style_set_min_width() 24 lv_style_set_prop(style, LV_STYLE_MAX_WIDTH, v); in lv_style_set_max_width() 32 lv_style_set_prop(style, LV_STYLE_HEIGHT, v); in lv_style_set_height() 40 lv_style_set_prop(style, LV_STYLE_MIN_HEIGHT, v); in lv_style_set_min_height() 48 lv_style_set_prop(style, LV_STYLE_MAX_HEIGHT, v); in lv_style_set_max_height() 56 lv_style_set_prop(style, LV_STYLE_X, v); in lv_style_set_x() 64 lv_style_set_prop(style, LV_STYLE_Y, v); in lv_style_set_y() 72 lv_style_set_prop(style, LV_STYLE_ALIGN, v); in lv_style_set_align() 80 lv_style_set_prop(style, LV_STYLE_TRANSFORM_WIDTH, v); in lv_style_set_transform_width() [all …]
|
D | lv_style.c | 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() function
|
D | lv_style.h | 371 void lv_style_set_prop(lv_style_t * style, lv_style_prop_t prop, lv_style_value_t value);
|
/lvgl-3.4.0/src/extra/layouts/grid/ |
D | lv_grid.c | 181 lv_style_set_prop(style, LV_STYLE_GRID_ROW_DSC_ARRAY, v); in lv_style_set_grid_row_dsc_array() 189 lv_style_set_prop(style, LV_STYLE_GRID_COLUMN_DSC_ARRAY, v); in lv_style_set_grid_column_dsc_array() 197 lv_style_set_prop(style, LV_STYLE_GRID_ROW_ALIGN, v); in lv_style_set_grid_row_align() 205 lv_style_set_prop(style, LV_STYLE_GRID_COLUMN_ALIGN, v); in lv_style_set_grid_column_align() 214 lv_style_set_prop(style, LV_STYLE_GRID_CELL_COLUMN_POS, v); in lv_style_set_grid_cell_column_pos() 222 lv_style_set_prop(style, LV_STYLE_GRID_CELL_COLUMN_SPAN, v); in lv_style_set_grid_cell_column_span() 230 lv_style_set_prop(style, LV_STYLE_GRID_CELL_ROW_POS, v); in lv_style_set_grid_cell_row_pos() 238 lv_style_set_prop(style, LV_STYLE_GRID_CELL_ROW_SPAN, v); in lv_style_set_grid_cell_row_span() 246 lv_style_set_prop(style, LV_STYLE_GRID_CELL_X_ALIGN, v); in lv_style_set_grid_cell_x_align() 254 lv_style_set_prop(style, LV_STYLE_GRID_CELL_Y_ALIGN, v); in lv_style_set_grid_cell_y_align()
|
/lvgl-3.4.0/src/extra/layouts/flex/ |
D | lv_flex.c | 129 lv_style_set_prop(style, LV_STYLE_FLEX_FLOW, v); in lv_style_set_flex_flow() 137 lv_style_set_prop(style, LV_STYLE_FLEX_MAIN_PLACE, v); in lv_style_set_flex_main_place() 145 lv_style_set_prop(style, LV_STYLE_FLEX_CROSS_PLACE, v); in lv_style_set_flex_cross_place() 153 lv_style_set_prop(style, LV_STYLE_FLEX_TRACK_PLACE, v); in lv_style_set_flex_track_place() 161 lv_style_set_prop(style, LV_STYLE_FLEX_GROW, v); in lv_style_set_flex_grow()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_style.c | 261 lv_style_set_prop(style, prop, value); in lv_obj_set_local_style_prop() 318 …lv_style_set_prop(style_trans->style, tr_dsc->prop, v1); /*Be sure `trans_style` has a valid val… in _lv_obj_style_create_transition() 746 lv_style_set_prop(obj->styles[i].style, tr->prop, value_final); in trans_anim_cb() 771 …lv_style_set_prop(style_trans->style, tr->prop, tr->start_value); /*Be sure `trans_style` has a … in trans_anim_start_cb()
|
/lvgl-3.4.0/docs/overview/ |
D | coords.md | 362 lv_style_set_prop(style, LV_STYLE_MY_PROP, v);
|