Lines Matching refs:int32_t

17 void lv_style_set_width(lv_style_t * style, int32_t value);
18 void lv_style_set_min_width(lv_style_t * style, int32_t value);
19 void lv_style_set_max_width(lv_style_t * style, int32_t value);
20 void lv_style_set_height(lv_style_t * style, int32_t value);
21 void lv_style_set_min_height(lv_style_t * style, int32_t value);
22 void lv_style_set_max_height(lv_style_t * style, int32_t value);
23 void lv_style_set_length(lv_style_t * style, int32_t value);
24 void lv_style_set_x(lv_style_t * style, int32_t value);
25 void lv_style_set_y(lv_style_t * style, int32_t value);
27 void lv_style_set_transform_width(lv_style_t * style, int32_t value);
28 void lv_style_set_transform_height(lv_style_t * style, int32_t value);
29 void lv_style_set_translate_x(lv_style_t * style, int32_t value);
30 void lv_style_set_translate_y(lv_style_t * style, int32_t value);
31 void lv_style_set_translate_radial(lv_style_t * style, int32_t value);
32 void lv_style_set_transform_scale_x(lv_style_t * style, int32_t value);
33 void lv_style_set_transform_scale_y(lv_style_t * style, int32_t value);
34 void lv_style_set_transform_rotation(lv_style_t * style, int32_t value);
35 void lv_style_set_transform_pivot_x(lv_style_t * style, int32_t value);
36 void lv_style_set_transform_pivot_y(lv_style_t * style, int32_t value);
37 void lv_style_set_transform_skew_x(lv_style_t * style, int32_t value);
38 void lv_style_set_transform_skew_y(lv_style_t * style, int32_t value);
39 void lv_style_set_pad_top(lv_style_t * style, int32_t value);
40 void lv_style_set_pad_bottom(lv_style_t * style, int32_t value);
41 void lv_style_set_pad_left(lv_style_t * style, int32_t value);
42 void lv_style_set_pad_right(lv_style_t * style, int32_t value);
43 void lv_style_set_pad_row(lv_style_t * style, int32_t value);
44 void lv_style_set_pad_column(lv_style_t * style, int32_t value);
45 void lv_style_set_pad_radial(lv_style_t * style, int32_t value);
46 void lv_style_set_margin_top(lv_style_t * style, int32_t value);
47 void lv_style_set_margin_bottom(lv_style_t * style, int32_t value);
48 void lv_style_set_margin_left(lv_style_t * style, int32_t value);
49 void lv_style_set_margin_right(lv_style_t * style, int32_t value);
54 void lv_style_set_bg_main_stop(lv_style_t * style, int32_t value);
55 void lv_style_set_bg_grad_stop(lv_style_t * style, int32_t value);
66 void lv_style_set_border_width(lv_style_t * style, int32_t value);
69 void lv_style_set_outline_width(lv_style_t * style, int32_t value);
72 void lv_style_set_outline_pad(lv_style_t * style, int32_t value);
73 void lv_style_set_shadow_width(lv_style_t * style, int32_t value);
74 void lv_style_set_shadow_offset_x(lv_style_t * style, int32_t value);
75 void lv_style_set_shadow_offset_y(lv_style_t * style, int32_t value);
76 void lv_style_set_shadow_spread(lv_style_t * style, int32_t value);
82 void lv_style_set_line_width(lv_style_t * style, int32_t value);
83 void lv_style_set_line_dash_width(lv_style_t * style, int32_t value);
84 void lv_style_set_line_dash_gap(lv_style_t * style, int32_t value);
88 void lv_style_set_arc_width(lv_style_t * style, int32_t value);
96 void lv_style_set_text_letter_space(lv_style_t * style, int32_t value);
97 void lv_style_set_text_line_space(lv_style_t * style, int32_t value);
100 void lv_style_set_radius(lv_style_t * style, int32_t value);
101 void lv_style_set_radial_offset(lv_style_t * style, int32_t value);
124 void lv_style_set_grid_column_dsc_array(lv_style_t * style, const int32_t * value);
126 void lv_style_set_grid_row_dsc_array(lv_style_t * style, const int32_t * value);
128 void lv_style_set_grid_cell_column_pos(lv_style_t * style, int32_t value);
130 void lv_style_set_grid_cell_column_span(lv_style_t * style, int32_t value);
131 void lv_style_set_grid_cell_row_pos(lv_style_t * style, int32_t value);
133 void lv_style_set_grid_cell_row_span(lv_style_t * style, int32_t value);
139 .prop = LV_STYLE_WIDTH, .value = { .num = (int32_t)val } \
144 .prop = LV_STYLE_MIN_WIDTH, .value = { .num = (int32_t)val } \
149 .prop = LV_STYLE_MAX_WIDTH, .value = { .num = (int32_t)val } \
154 .prop = LV_STYLE_HEIGHT, .value = { .num = (int32_t)val } \
159 .prop = LV_STYLE_MIN_HEIGHT, .value = { .num = (int32_t)val } \
164 .prop = LV_STYLE_MAX_HEIGHT, .value = { .num = (int32_t)val } \
169 .prop = LV_STYLE_LENGTH, .value = { .num = (int32_t)val } \
174 .prop = LV_STYLE_X, .value = { .num = (int32_t)val } \
179 .prop = LV_STYLE_Y, .value = { .num = (int32_t)val } \
184 .prop = LV_STYLE_ALIGN, .value = { .num = (int32_t)val } \
189 .prop = LV_STYLE_TRANSFORM_WIDTH, .value = { .num = (int32_t)val } \
194 .prop = LV_STYLE_TRANSFORM_HEIGHT, .value = { .num = (int32_t)val } \
199 .prop = LV_STYLE_TRANSLATE_X, .value = { .num = (int32_t)val } \
204 .prop = LV_STYLE_TRANSLATE_Y, .value = { .num = (int32_t)val } \
209 .prop = LV_STYLE_TRANSLATE_RADIAL, .value = { .num = (int32_t)val } \
214 .prop = LV_STYLE_TRANSFORM_SCALE_X, .value = { .num = (int32_t)val } \
219 .prop = LV_STYLE_TRANSFORM_SCALE_Y, .value = { .num = (int32_t)val } \
224 .prop = LV_STYLE_TRANSFORM_ROTATION, .value = { .num = (int32_t)val } \
229 .prop = LV_STYLE_TRANSFORM_PIVOT_X, .value = { .num = (int32_t)val } \
234 .prop = LV_STYLE_TRANSFORM_PIVOT_Y, .value = { .num = (int32_t)val } \
239 .prop = LV_STYLE_TRANSFORM_SKEW_X, .value = { .num = (int32_t)val } \
244 .prop = LV_STYLE_TRANSFORM_SKEW_Y, .value = { .num = (int32_t)val } \
249 .prop = LV_STYLE_PAD_TOP, .value = { .num = (int32_t)val } \
254 .prop = LV_STYLE_PAD_BOTTOM, .value = { .num = (int32_t)val } \
259 .prop = LV_STYLE_PAD_LEFT, .value = { .num = (int32_t)val } \
264 .prop = LV_STYLE_PAD_RIGHT, .value = { .num = (int32_t)val } \
269 .prop = LV_STYLE_PAD_ROW, .value = { .num = (int32_t)val } \
274 .prop = LV_STYLE_PAD_COLUMN, .value = { .num = (int32_t)val } \
279 .prop = LV_STYLE_PAD_RADIAL, .value = { .num = (int32_t)val } \
284 .prop = LV_STYLE_MARGIN_TOP, .value = { .num = (int32_t)val } \
289 .prop = LV_STYLE_MARGIN_BOTTOM, .value = { .num = (int32_t)val } \
294 .prop = LV_STYLE_MARGIN_LEFT, .value = { .num = (int32_t)val } \
299 .prop = LV_STYLE_MARGIN_RIGHT, .value = { .num = (int32_t)val } \
309 .prop = LV_STYLE_BG_OPA, .value = { .num = (int32_t)val } \
319 .prop = LV_STYLE_BG_GRAD_DIR, .value = { .num = (int32_t)val } \
324 .prop = LV_STYLE_BG_MAIN_STOP, .value = { .num = (int32_t)val } \
329 .prop = LV_STYLE_BG_GRAD_STOP, .value = { .num = (int32_t)val } \
334 .prop = LV_STYLE_BG_MAIN_OPA, .value = { .num = (int32_t)val } \
339 .prop = LV_STYLE_BG_GRAD_OPA, .value = { .num = (int32_t)val } \
354 .prop = LV_STYLE_BG_IMAGE_OPA, .value = { .num = (int32_t)val } \
364 .prop = LV_STYLE_BG_IMAGE_RECOLOR_OPA, .value = { .num = (int32_t)val } \
369 .prop = LV_STYLE_BG_IMAGE_TILED, .value = { .num = (int32_t)val } \
379 .prop = LV_STYLE_BORDER_OPA, .value = { .num = (int32_t)val } \
384 .prop = LV_STYLE_BORDER_WIDTH, .value = { .num = (int32_t)val } \
389 .prop = LV_STYLE_BORDER_SIDE, .value = { .num = (int32_t)val } \
394 .prop = LV_STYLE_BORDER_POST, .value = { .num = (int32_t)val } \
399 .prop = LV_STYLE_OUTLINE_WIDTH, .value = { .num = (int32_t)val } \
409 .prop = LV_STYLE_OUTLINE_OPA, .value = { .num = (int32_t)val } \
414 .prop = LV_STYLE_OUTLINE_PAD, .value = { .num = (int32_t)val } \
419 .prop = LV_STYLE_SHADOW_WIDTH, .value = { .num = (int32_t)val } \
424 .prop = LV_STYLE_SHADOW_OFFSET_X, .value = { .num = (int32_t)val } \
429 .prop = LV_STYLE_SHADOW_OFFSET_Y, .value = { .num = (int32_t)val } \
434 .prop = LV_STYLE_SHADOW_SPREAD, .value = { .num = (int32_t)val } \
444 .prop = LV_STYLE_SHADOW_OPA, .value = { .num = (int32_t)val } \
449 .prop = LV_STYLE_IMAGE_OPA, .value = { .num = (int32_t)val } \
459 .prop = LV_STYLE_IMAGE_RECOLOR_OPA, .value = { .num = (int32_t)val } \
464 .prop = LV_STYLE_LINE_WIDTH, .value = { .num = (int32_t)val } \
469 .prop = LV_STYLE_LINE_DASH_WIDTH, .value = { .num = (int32_t)val } \
474 .prop = LV_STYLE_LINE_DASH_GAP, .value = { .num = (int32_t)val } \
479 .prop = LV_STYLE_LINE_ROUNDED, .value = { .num = (int32_t)val } \
489 .prop = LV_STYLE_LINE_OPA, .value = { .num = (int32_t)val } \
494 .prop = LV_STYLE_ARC_WIDTH, .value = { .num = (int32_t)val } \
499 .prop = LV_STYLE_ARC_ROUNDED, .value = { .num = (int32_t)val } \
509 .prop = LV_STYLE_ARC_OPA, .value = { .num = (int32_t)val } \
524 .prop = LV_STYLE_TEXT_OPA, .value = { .num = (int32_t)val } \
534 .prop = LV_STYLE_TEXT_LETTER_SPACE, .value = { .num = (int32_t)val } \
539 .prop = LV_STYLE_TEXT_LINE_SPACE, .value = { .num = (int32_t)val } \
544 .prop = LV_STYLE_TEXT_DECOR, .value = { .num = (int32_t)val } \
549 .prop = LV_STYLE_TEXT_ALIGN, .value = { .num = (int32_t)val } \
554 .prop = LV_STYLE_RADIUS, .value = { .num = (int32_t)val } \
559 .prop = LV_STYLE_RADIAL_OFFSET, .value = { .num = (int32_t)val } \
564 .prop = LV_STYLE_CLIP_CORNER, .value = { .num = (int32_t)val } \
569 .prop = LV_STYLE_OPA, .value = { .num = (int32_t)val } \
574 .prop = LV_STYLE_OPA_LAYERED, .value = { .num = (int32_t)val } \
584 .prop = LV_STYLE_COLOR_FILTER_OPA, .value = { .num = (int32_t)val } \
594 .prop = LV_STYLE_ANIM_DURATION, .value = { .num = (int32_t)val } \
604 .prop = LV_STYLE_BLEND_MODE, .value = { .num = (int32_t)val } \
609 .prop = LV_STYLE_LAYOUT, .value = { .num = (int32_t)val } \
614 .prop = LV_STYLE_BASE_DIR, .value = { .num = (int32_t)val } \
624 .prop = LV_STYLE_ROTARY_SENSITIVITY, .value = { .num = (int32_t)val } \
630 .prop = LV_STYLE_FLEX_FLOW, .value = { .num = (int32_t)val } \
635 .prop = LV_STYLE_FLEX_MAIN_PLACE, .value = { .num = (int32_t)val } \
640 .prop = LV_STYLE_FLEX_CROSS_PLACE, .value = { .num = (int32_t)val } \
645 .prop = LV_STYLE_FLEX_TRACK_PLACE, .value = { .num = (int32_t)val } \
650 .prop = LV_STYLE_FLEX_GROW, .value = { .num = (int32_t)val } \
663 .prop = LV_STYLE_GRID_COLUMN_ALIGN, .value = { .num = (int32_t)val } \
673 .prop = LV_STYLE_GRID_ROW_ALIGN, .value = { .num = (int32_t)val } \
678 .prop = LV_STYLE_GRID_CELL_COLUMN_POS, .value = { .num = (int32_t)val } \
683 .prop = LV_STYLE_GRID_CELL_X_ALIGN, .value = { .num = (int32_t)val } \
688 .prop = LV_STYLE_GRID_CELL_COLUMN_SPAN, .value = { .num = (int32_t)val } \
693 .prop = LV_STYLE_GRID_CELL_ROW_POS, .value = { .num = (int32_t)val } \
698 .prop = LV_STYLE_GRID_CELL_Y_ALIGN, .value = { .num = (int32_t)val } \
703 .prop = LV_STYLE_GRID_CELL_ROW_SPAN, .value = { .num = (int32_t)val } \