Lines Matching refs:A
74 - **rounded rectangle** A mask is created real-time to add a radius to the corners.
77 - **arc drawing** A circular border is drawn but an arc mask is applied too.
95 A parameter can be added and removed any number of times, but it needs to be freed when not require…
104 A good use case for this is the [Button matrix](/widgets/core/btnmatrix) widget. By default, its bu…
163 lv_draw_rect_dsc_t * rect_dsc; // A draw descriptor that can be modified to changed what LVGL …
164 lv_draw_label_dsc_t * label_dsc; // A draw descriptor that can be modified to changed what LVGL …
165 lv_draw_line_dsc_t * line_dsc; // A draw descriptor that can be modified to changed what LVGL …
166 lv_draw_img_dsc_t * img_dsc; // A draw descriptor that can be modified to changed what LVGL …
167 lv_draw_arc_dsc_t * arc_dsc; // A draw descriptor that can be modified to changed what LVGL …
171 const lv_point_t * p1; // A point calculated during drawing. E.g. a point of a chart o…
172 const lv_point_t * p2; // A point calculated during drawing. E.g. a point of a chart.
173 char text[16]; // A text calculated during drawing. Can be modified. E.g. tick…
175 int32_t value; // A value calculated during drawing. E.g. Chart's tick line va…
176 const void * sub_part_ptr; // A pointer the identifies something in the part. E.g. chart s…