Searched refs:rectangle (Results 1 – 18 of 18) sorted by relevance
15 Draw a rectangle to the canvas
13 of drawing a rectangle. The list of states is covered below.25 properties are used, a rectangle will be drawn behind the Image
10 LEDs are rectangle-like (or circle) Widgets whose brightness can be
21 - :cpp:enumerator:`LV_PART_MAIN` A background rectangle that uses the :ref:`typical
11 The List Widget is basically a rectangle with vertical layout to which Buttons
29 - :cpp:enumerator:`LV_PART_KNOB` A rectangle (or circle) drawn at the left or right
28 - :cpp:enumerator:`LV_PART_KNOB` A rectangle (or circle) drawn at the current value;
369 /*Add local styles to MAIN part (background rectangle)*/423 # Add local styles to MAIN part (background rectangle)
383 /*Add local styles to MAIN part (background rectangle)*/430 # Add local styles to MAIN part (background rectangle)
130 - |uncheck| SW: Rounded rectangle drawing from small squares (16x16?) to detect transparent or soli…
183 - **fix(vg_lite): fix rounded rectangle path error** `6726 <https://github.com/lvgl/lvgl/pull/6726>…
49 :area: defines the rectangle involved where drawing will occur
283 /*Add local styles to MAIN part (background rectangle)*/327 # Add local styles to MAIN part (background rectangle)
37 rectangle, it has a large number of features shared with all Widgets, detailed434 - :cpp:enumerator:`LV_PART_MAIN`: A background like rectangle
593 …vg_lite_error_t vg_lite_clear(vg_lite_buffer_t * target, vg_lite_rectangle_t * rectangle, vg_lite_… in vg_lite_clear() argument599 TVG_CHECK_RETURN_VG_ERROR(shape_append_rect(shape, target, rectangle)); in vg_lite_clear()
173 - :cpp:enumerator:`LV_PART_MAIN`: A background like rectangle
871 Make shadow calculation to use a larger or smaller rectangle as base. The value can be in pixels to…