Lines Matching full:set
113 Set X coordinate of Widget considering the ``align`` setting. Pixel and percentage values can be us…
127 Set Y coordinate of Widget considering the ``align`` setting. Pixel and percentage values can be us…
141 Set the alignment which tells from which point of the parent the X and Y coordinates should be inte…
267 Set pivot point's X coordinate for transformations. Relative to Widget's top left corner'
281 Set pivot point's Y coordinate for transformations. Relative to Widget's top left corner'
492 Set background color of Widget.
506 Set opacity of the background. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,…
520 Set gradient color of the background. Used only if `grad_dir` is not `LV_GRAD_DIR_NONE`
534 Set direction of the gradient of the background. Possible values are `LV_GRAD_DIR_NONE/HOR/VER`.
548 Set point from which background color should start for gradients. 0 means to top/left side, 255 the…
562 Set point from which background's gradient color should start. 0 means to top/left side, 255 the bo…
576 Set opacity of the first gradient color
590 Set opacity of the second gradient color
604 Set gradient definition. The pointed instance must exist while Widget is alive. NULL to disable. It…
618 Set a background image. Can be a pointer to `lv_image_dsc_t`, a path to a file or an `LV_SYMBOL_...`
632 Set opacity of the background image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent…
646 Set a color to mix to the background image.
660 Set intensity of background image recoloring. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means no mixin…
693 Set color of the border
707 Set opacity of the border. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV…
721 Set width of the border. Only pixel values can be used.
735 Set only which side(s) the border should be drawn. Possible values are `LV_BORDER_SIDE_NONE/TOP/BOT…
768 Set width of outline in pixels.
782 Set color of outline.
796 Set opacity of outline. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OP…
810 Set padding of outline, i.e. the gap between Widget and the outline.
829 Set width of the shadow in pixels. The value should be >= 0.
843 Set an offset on the shadow in pixels in X direction.
857 Set an offset on the shadow in pixels in Y direction.
885 Set color of shadow
899 Set opacity of shadow. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA…
918 Set opacity of an image. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_O…
932 Set color to mix with the image.
946 Set intensity of color mixing. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255,…
965 Set width of lines in pixels.
979 Set width of dashes in pixels. Note that dash works only on horizontal and vertical lines
993 Set gap between dashes in pixels. Note that dash works only on horizontal and vertical lines
1021 Set color of lines.
1035 Set opacity of lines.
1054 Set width (thickness) of arcs in pixels.
1082 Set color of arc.
1096 Set opacity of arcs.
1110 Set an image from which arc will be masked out. It's useful to display complex effects on the arcs.…
1143 Set opacity of text. Value 0, `LV_OPA_0` or `LV_OPA_TRANSP` means fully transparent, 255, `LV_OPA_1…
1157 Set font of text (a pointer `lv_font_t *`).
1171 Set letter space in pixels
1185 Set line space in pixels.
1199 Set decoration for the text. Possible values are `LV_TEXT_DECOR_NONE/UNDERLINE/STRIKETHROUGH`. OR-e…
1213 Set how to align the lines of the text. Note that it doesn't align the Widget itself, only the line…
1232 Set radius on every corner. The value is interpreted in pixels (>= 0) or `LV_RADIUS_CIRCLE` for max…
1386 Set layout of Widget. Children will be repositioned and resized according to policies set for the l…
1400 Set base direction of Widget. Possible values are `LV_BIDI_DIR_LTR/RTL/AUTO`.
1414 If set, a layer will be created for the widget and the layer will be masked with this A8 bitmap mas…
1578 Set column in which Widget should be placed.
1592 Set how to align Widget horizontally.
1606 Set how many columns Widget should span. Needs to be >= 1.
1620 Set row in which Widget should be placed.
1634 Set how to align Widget vertically.
1648 Set how many rows Widget should span. Needs to be >= 1.