Lines Matching refs:part
44 … wait for `lv_disp_flush_ready()` (called from `flush_cb`) before starting to redraw the next part.
73 - **line** Created from four "line masks" to mask out the left, right, top and bottom part of the l…
76 - **rectangle border** Same as a rounded rectangle but the inner part is masked out too.
148 …aws a part of an object (e.g. a slider's indicator, a table's cell or a button matrix's button) it…
151 …e is used to describe the context of the drawing. Not all fields are set for every part and widget.
159 uint32_t part; // The current part for which the event is sent
160 uint32_t id; // The index of the part. E.g. a button's index on button matri…
170 lv_area_t * draw_area; // The area of the part being drawn
176 const void * sub_part_ptr; // A pointer the identifies something in the part. E.g. chart s…
183 Start the drawing of a part. This is a good place to modify the draw descriptors (e.g. `rect_dsc`),…
187 Finish the drawing of a part. This is a good place to draw extra content on the part or remove mask…