Searched refs:gradient (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_rect.c | 121 vg_lite_linear_gradient_t gradient; in lv_gpu_nxp_vglite_draw_bg() local 140 lv_memset_00(&gradient, sizeof(vg_lite_linear_gradient_t)); in lv_gpu_nxp_vglite_draw_bg() 142 err = vg_lite_init_grad(&gradient); in lv_gpu_nxp_vglite_draw_bg() 145 err = vg_lite_set_grad(&gradient, cnt, colors, stops); in lv_gpu_nxp_vglite_draw_bg() 148 err = vg_lite_update_grad(&gradient); in lv_gpu_nxp_vglite_draw_bg() 151 grad_matrix = vg_lite_get_grad_matrix(&gradient); in lv_gpu_nxp_vglite_draw_bg() 176 …err = vg_lite_draw_gradient(vgbuf, &path, VG_LITE_FILL_EVEN_ODD, &matrix, &gradient, VG_LITE_BLEND… in lv_gpu_nxp_vglite_draw_bg() 189 err = vg_lite_clear_grad(&gradient); in lv_gpu_nxp_vglite_draw_bg()
|
/lvgl-3.7.0/examples/widgets/label/ |
D | index.rst | 20 Draw label with gradient color
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_gradient.h | 83 lv_grad_t * lv_gradient_get(const lv_grad_dsc_t * gradient, lv_coord_t w, lv_coord_t h);
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | meter.md | 56 …o the start and end value of the scale and only a "slice" of that color gradient will be visible i…
|
/lvgl-3.7.0/ |
D | Kconfig | 136 Required to draw shadow, gradient, rounded corners, circles, arc, skew lines, 179 int "Number of stops allowed per gradient." 186 int "Default gradient buffer size." 189 …When LVGL calculates the gradient "maps" it can save them into a cache to avoid calculating them a…
|
/lvgl-3.7.0/docs/widgets/core/ |
D | img.md | 65 For example, you can have a *300 x 5* image with a special gradient and set it as a wallpaper using…
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | nxp.md | 130 - Draw rectangle background with optional radius or gradient
|
/lvgl-3.7.0/docs/porting/ |
D | gpu.md | 13 - `void (*draw_rect)()` Draw a rectangle with shadow, gradient, border, etc.
|
/lvgl-3.7.0/docs/overview/ |
D | style-props.md | 238 Set the gradient color of the background. Used only if `grad_dir` is not `LV_GRAD_DIR_NONE` 247 Set the direction of the gradient of the background. The possible values are `LV_GRAD_DIR_NONE/HOR/… 265 Set the point from which the background's gradient color should start. 0 means to top/left side, 25… 274 Set the gradient definition. The pointed instance must exist while the object is alive. NULL to dis… 283 Set the dithering mode of the gradient of the background. The possible values are `LV_DITHER_NONE/O…
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 266 - fix(draw): SDL2 gradient support #3848 [`3856`](https://github.com/lvgl/lvgl/pull/3856) 472 - fix(gradient): assert before dividing by 0 [`3228`](https://github.com/lvgl/lvgl/pull/3228) 483 - fix(gradient): remove invalid decision branches [`3226`](https://github.com/lvgl/lvgl/pull/3226) 647 - Add gradient dithering support 678 - feat(draw): add gradient dithering support [`2872`](https://github.com/littlevgl/lvgl/pull/2872) 719 - fix(gradient): general cleanup and fix for alignment issues [`3036`](https://github.com/littlevgl… 720 - fix(draw): rendering issues for vertical gradient with and without dithering [`3034`](https://git… 872 - test(style) add test for gradient [`da8f345`](https://github.com/littlevgl/lvgl/commit/da8f34566b… 1162 - fix(draw) fix horizontal gradient drawing [`4c034e5`](https://github.com/lvgl/lvgl/commit/4c034e5… 1221 - fix(draw) fix gradient calculation of the rectangle is clipped [`13e3470`](https://github.com/lvg… [all …]
|
/lvgl-3.7.0/docs/intro/ |
D | index.md | 163 … driver. Try the following code without using LVGL. You should see a square with red-blue gradient.
|