|
|
|
@ -10,227 +10,227 @@
|
|
|
|
|
#define LV_STYLE_GEN_H
|
|
|
|
|
|
|
|
|
|
void lv_style_set_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_WIDTH;
|
|
|
|
|
void lv_style_set_min_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MIN_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MIN_WIDTH;
|
|
|
|
|
void lv_style_set_max_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MAX_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MAX_WIDTH;
|
|
|
|
|
void lv_style_set_height(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_HEIGHT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_HEIGHT;
|
|
|
|
|
void lv_style_set_min_height(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MIN_HEIGHT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MIN_HEIGHT;
|
|
|
|
|
void lv_style_set_max_height(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MAX_HEIGHT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MAX_HEIGHT;
|
|
|
|
|
void lv_style_set_length(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LENGTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LENGTH;
|
|
|
|
|
void lv_style_set_x(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_X;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_X;
|
|
|
|
|
void lv_style_set_y(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_Y;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_Y;
|
|
|
|
|
void lv_style_set_align(lv_style_t * style, lv_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ALIGN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ALIGN;
|
|
|
|
|
void lv_style_set_transform_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_WIDTH;
|
|
|
|
|
void lv_style_set_transform_height(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_HEIGHT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_HEIGHT;
|
|
|
|
|
void lv_style_set_translate_x(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSLATE_X;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSLATE_X;
|
|
|
|
|
void lv_style_set_translate_y(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSLATE_Y;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSLATE_Y;
|
|
|
|
|
void lv_style_set_transform_scale_x(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SCALE_X;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SCALE_X;
|
|
|
|
|
void lv_style_set_transform_scale_y(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SCALE_Y;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SCALE_Y;
|
|
|
|
|
void lv_style_set_transform_rotation(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_ROTATION;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_ROTATION;
|
|
|
|
|
void lv_style_set_transform_pivot_x(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_PIVOT_X;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_PIVOT_X;
|
|
|
|
|
void lv_style_set_transform_pivot_y(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_PIVOT_Y;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_PIVOT_Y;
|
|
|
|
|
void lv_style_set_transform_skew_x(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SKEW_X;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SKEW_X;
|
|
|
|
|
void lv_style_set_transform_skew_y(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SKEW_Y;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SKEW_Y;
|
|
|
|
|
void lv_style_set_pad_top(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_PAD_TOP;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_PAD_TOP;
|
|
|
|
|
void lv_style_set_pad_bottom(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_PAD_BOTTOM;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_PAD_BOTTOM;
|
|
|
|
|
void lv_style_set_pad_left(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_PAD_LEFT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_PAD_LEFT;
|
|
|
|
|
void lv_style_set_pad_right(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_PAD_RIGHT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_PAD_RIGHT;
|
|
|
|
|
void lv_style_set_pad_row(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_PAD_ROW;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_PAD_ROW;
|
|
|
|
|
void lv_style_set_pad_column(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_PAD_COLUMN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_PAD_COLUMN;
|
|
|
|
|
void lv_style_set_margin_top(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_TOP;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_TOP;
|
|
|
|
|
void lv_style_set_margin_bottom(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_BOTTOM;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_BOTTOM;
|
|
|
|
|
void lv_style_set_margin_left(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_LEFT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_LEFT;
|
|
|
|
|
void lv_style_set_margin_right(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_RIGHT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_MARGIN_RIGHT;
|
|
|
|
|
void lv_style_set_bg_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_COLOR;
|
|
|
|
|
void lv_style_set_bg_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_OPA;
|
|
|
|
|
void lv_style_set_bg_grad_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_COLOR;
|
|
|
|
|
void lv_style_set_bg_grad_dir(lv_style_t * style, lv_grad_dir_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_DIR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_DIR;
|
|
|
|
|
void lv_style_set_bg_main_stop(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_MAIN_STOP;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_MAIN_STOP;
|
|
|
|
|
void lv_style_set_bg_grad_stop(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_STOP;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_STOP;
|
|
|
|
|
void lv_style_set_bg_main_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_MAIN_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_MAIN_OPA;
|
|
|
|
|
void lv_style_set_bg_grad_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_OPA;
|
|
|
|
|
void lv_style_set_bg_grad(lv_style_t * style, const lv_grad_dsc_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD;
|
|
|
|
|
void lv_style_set_bg_image_src(lv_style_t * style, const void * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_SRC;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_SRC;
|
|
|
|
|
void lv_style_set_bg_image_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_OPA;
|
|
|
|
|
void lv_style_set_bg_image_recolor(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_RECOLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_RECOLOR;
|
|
|
|
|
void lv_style_set_bg_image_recolor_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_RECOLOR_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_RECOLOR_OPA;
|
|
|
|
|
void lv_style_set_bg_image_tiled(lv_style_t * style, bool value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_TILED;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_TILED;
|
|
|
|
|
void lv_style_set_border_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_COLOR;
|
|
|
|
|
void lv_style_set_border_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_OPA;
|
|
|
|
|
void lv_style_set_border_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_WIDTH;
|
|
|
|
|
void lv_style_set_border_side(lv_style_t * style, lv_border_side_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_SIDE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_SIDE;
|
|
|
|
|
void lv_style_set_border_post(lv_style_t * style, bool value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_POST;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BORDER_POST;
|
|
|
|
|
void lv_style_set_outline_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_WIDTH;
|
|
|
|
|
void lv_style_set_outline_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_COLOR;
|
|
|
|
|
void lv_style_set_outline_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_OPA;
|
|
|
|
|
void lv_style_set_outline_pad(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_PAD;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_PAD;
|
|
|
|
|
void lv_style_set_shadow_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_WIDTH;
|
|
|
|
|
void lv_style_set_shadow_offset_x(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OFFSET_X;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OFFSET_X;
|
|
|
|
|
void lv_style_set_shadow_offset_y(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OFFSET_Y;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OFFSET_Y;
|
|
|
|
|
void lv_style_set_shadow_spread(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_SPREAD;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_SPREAD;
|
|
|
|
|
void lv_style_set_shadow_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_COLOR;
|
|
|
|
|
void lv_style_set_shadow_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OPA;
|
|
|
|
|
void lv_style_set_image_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_IMAGE_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_IMAGE_OPA;
|
|
|
|
|
void lv_style_set_image_recolor(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_IMAGE_RECOLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_IMAGE_RECOLOR;
|
|
|
|
|
void lv_style_set_image_recolor_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_IMAGE_RECOLOR_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_IMAGE_RECOLOR_OPA;
|
|
|
|
|
void lv_style_set_line_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LINE_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LINE_WIDTH;
|
|
|
|
|
void lv_style_set_line_dash_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LINE_DASH_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LINE_DASH_WIDTH;
|
|
|
|
|
void lv_style_set_line_dash_gap(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LINE_DASH_GAP;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LINE_DASH_GAP;
|
|
|
|
|
void lv_style_set_line_rounded(lv_style_t * style, bool value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LINE_ROUNDED;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LINE_ROUNDED;
|
|
|
|
|
void lv_style_set_line_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LINE_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LINE_COLOR;
|
|
|
|
|
void lv_style_set_line_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LINE_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LINE_OPA;
|
|
|
|
|
void lv_style_set_arc_width(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ARC_WIDTH;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ARC_WIDTH;
|
|
|
|
|
void lv_style_set_arc_rounded(lv_style_t * style, bool value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ARC_ROUNDED;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ARC_ROUNDED;
|
|
|
|
|
void lv_style_set_arc_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ARC_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ARC_COLOR;
|
|
|
|
|
void lv_style_set_arc_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ARC_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ARC_OPA;
|
|
|
|
|
void lv_style_set_arc_image_src(lv_style_t * style, const void * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ARC_IMAGE_SRC;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ARC_IMAGE_SRC;
|
|
|
|
|
void lv_style_set_text_color(lv_style_t * style, lv_color_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_COLOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_COLOR;
|
|
|
|
|
void lv_style_set_text_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_OPA;
|
|
|
|
|
void lv_style_set_text_font(lv_style_t * style, const lv_font_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_FONT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_FONT;
|
|
|
|
|
void lv_style_set_text_letter_space(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_LETTER_SPACE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_LETTER_SPACE;
|
|
|
|
|
void lv_style_set_text_line_space(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_LINE_SPACE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_LINE_SPACE;
|
|
|
|
|
void lv_style_set_text_decor(lv_style_t * style, lv_text_decor_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_DECOR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_DECOR;
|
|
|
|
|
void lv_style_set_text_align(lv_style_t * style, lv_text_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_ALIGN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TEXT_ALIGN;
|
|
|
|
|
void lv_style_set_radius(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_RADIUS;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_RADIUS;
|
|
|
|
|
void lv_style_set_clip_corner(lv_style_t * style, bool value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_CLIP_CORNER;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_CLIP_CORNER;
|
|
|
|
|
void lv_style_set_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_OPA;
|
|
|
|
|
void lv_style_set_opa_layered(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_OPA_LAYERED;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_OPA_LAYERED;
|
|
|
|
|
void lv_style_set_color_filter_dsc(lv_style_t * style, const lv_color_filter_dsc_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_COLOR_FILTER_DSC;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_COLOR_FILTER_DSC;
|
|
|
|
|
void lv_style_set_color_filter_opa(lv_style_t * style, lv_opa_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_COLOR_FILTER_OPA;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_COLOR_FILTER_OPA;
|
|
|
|
|
void lv_style_set_anim(lv_style_t * style, const lv_anim_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ANIM;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ANIM;
|
|
|
|
|
void lv_style_set_anim_time(lv_style_t * style, uint32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_ANIM_TIME;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_ANIM_TIME;
|
|
|
|
|
void lv_style_set_transition(lv_style_t * style, const lv_style_transition_dsc_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_TRANSITION;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_TRANSITION;
|
|
|
|
|
void lv_style_set_blend_mode(lv_style_t * style, lv_blend_mode_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BLEND_MODE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BLEND_MODE;
|
|
|
|
|
void lv_style_set_layout(lv_style_t * style, uint16_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_LAYOUT;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_LAYOUT;
|
|
|
|
|
void lv_style_set_base_dir(lv_style_t * style, lv_base_dir_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_BASE_DIR;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_BASE_DIR;
|
|
|
|
|
#if LV_USE_FLEX
|
|
|
|
|
|
|
|
|
|
void lv_style_set_flex_flow(lv_style_t * style, lv_flex_flow_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_FLOW;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_FLOW;
|
|
|
|
|
void lv_style_set_flex_main_place(lv_style_t * style, lv_flex_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_MAIN_PLACE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_MAIN_PLACE;
|
|
|
|
|
void lv_style_set_flex_cross_place(lv_style_t * style, lv_flex_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_CROSS_PLACE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_CROSS_PLACE;
|
|
|
|
|
void lv_style_set_flex_track_place(lv_style_t * style, lv_flex_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_TRACK_PLACE;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_TRACK_PLACE;
|
|
|
|
|
void lv_style_set_flex_grow(lv_style_t * style, uint8_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_GROW;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_FLEX_GROW;
|
|
|
|
|
#endif /*LV_USE_FLEX*/
|
|
|
|
|
|
|
|
|
|
#if LV_USE_GRID
|
|
|
|
|
|
|
|
|
|
void lv_style_set_grid_column_dsc_array(lv_style_t * style, const int32_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_COLUMN_DSC_ARRAY;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_COLUMN_DSC_ARRAY;
|
|
|
|
|
void lv_style_set_grid_column_align(lv_style_t * style, lv_grid_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_COLUMN_ALIGN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_COLUMN_ALIGN;
|
|
|
|
|
void lv_style_set_grid_row_dsc_array(lv_style_t * style, const int32_t * value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_ROW_DSC_ARRAY;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_ROW_DSC_ARRAY;
|
|
|
|
|
void lv_style_set_grid_row_align(lv_style_t * style, lv_grid_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_ROW_ALIGN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_ROW_ALIGN;
|
|
|
|
|
void lv_style_set_grid_cell_column_pos(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_COLUMN_POS;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_COLUMN_POS;
|
|
|
|
|
void lv_style_set_grid_cell_x_align(lv_style_t * style, lv_grid_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_X_ALIGN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_X_ALIGN;
|
|
|
|
|
void lv_style_set_grid_cell_column_span(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_COLUMN_SPAN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_COLUMN_SPAN;
|
|
|
|
|
void lv_style_set_grid_cell_row_pos(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_ROW_POS;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_ROW_POS;
|
|
|
|
|
void lv_style_set_grid_cell_y_align(lv_style_t * style, lv_grid_align_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_Y_ALIGN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_Y_ALIGN;
|
|
|
|
|
void lv_style_set_grid_cell_row_span(lv_style_t * style, int32_t value);
|
|
|
|
|
extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_ROW_SPAN;
|
|
|
|
|
LV_ATTRIBUTE_EXTERN_DATA extern const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_ROW_SPAN;
|
|
|
|
|
#endif /*LV_USE_GRID*/
|
|
|
|
|
|
|
|
|
|
#define LV_STYLE_CONST_WIDTH(val) \
|
|
|
|
|