Searched refs:circle (Results 1 – 12 of 12) sorted by relevance
/lvgl-3.7.0/demos/music/ |
D | README.md | 18 - Display the 4 bands on the left side of a circle by default at 0°, 45°, 90°, 135° 22 - Mirror the bars to the right side of the circle
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-…
|
/lvgl-3.7.0/src/extra/themes/default/ |
D | lv_theme_default.c | 68 lv_style_t circle; member 375 style_init_reset(&styles->circle); in style_init() 376 lv_style_set_radius(&styles->circle, LV_RADIUS_CIRCLE); in style_init() 837 lv_obj_add_style(obj, &styles->circle, 0); in theme_apply() 841 lv_obj_add_style(obj, &styles->circle, LV_PART_INDICATOR); in theme_apply() 848 lv_obj_add_style(obj, &styles->circle, 0); in theme_apply() 852 lv_obj_add_style(obj, &styles->circle, LV_PART_INDICATOR); in theme_apply() 900 lv_obj_add_style(obj, &styles->circle, 0); in theme_apply() 905 lv_obj_add_style(obj, &styles->circle, LV_PART_INDICATOR); in theme_apply() 987 lv_obj_add_style(obj, &styles->circle, 0); in theme_apply()
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | led.md | 5 The LEDs are rectangle-like (or circle) object whose brightness can be adjusted. With lower brightn…
|
D | colorwheel.md | 10 - `LV_PART_KNOB` A rectangle (or circle) drawn on the current value. It uses all the rectangle like…
|
D | meter.md | 9 …le properties, as well as the background properties to draw a square (or circle) on the pivot of t…
|
/lvgl-3.7.0/src/draw/ |
D | lv_draw_mask.c | 216 if(radius_p->circle) { in lv_draw_mask_free_param() 217 if(radius_p->circle->life < 0) { in lv_draw_mask_free_param() 218 lv_mem_free(radius_p->circle->cir_opa); in lv_draw_mask_free_param() 219 lv_mem_free(radius_p->circle); in lv_draw_mask_free_param() 222 radius_p->circle->used_cnt--; in lv_draw_mask_free_param() 490 param->circle = NULL; in lv_draw_mask_radius_init() 501 param->circle = &LV_GC_ROOT(_lv_circle_cache[i]); in lv_draw_mask_radius_init() 527 param->circle = entry; in lv_draw_mask_radius_init() 529 circ_calc_aa4(param->circle, radius); in lv_draw_mask_radius_init() 1125 lv_opa_t * aa_opa = get_next_line(p->circle, cir_y, &aa_len, &x_start); in lv_draw_mask_radius()
|
D | lv_draw_mask.h | 176 _lv_draw_mask_radius_circle_dsc_t * circle; member
|
/lvgl-3.7.0/docs/widgets/core/ |
D | switch.md | 12 - `LV_PART_KNOB` A rectangle (or circle) drawn at left or right side of the indicator. Also uses al…
|
D | slider.md | 11 - `LV_PART_KNOB` A rectangle (or circle) drawn at the current value. Also uses all the typical back…
|
/lvgl-3.7.0/ |
D | Kconfig | 149 int "Set number of maximally cached circle data" 153 The circumference of 1/4 circle are saved for anti-aliasing 154 radius * 4 bytes are used per circle (the most often used
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 759 - fix(arc) free memory when drawing full-circle arc [`2869`](https://github.com/littlevgl/lvgl/pull… 915 - Much faster circle drawing in the software renderer 992 - perf(draw) reimplement circle drawing algorithms [`2374`](https://github.com/lvgl/lvgl/pull/2374) 1085 - fix circle drawing algorithms [`2413`](https://github.com/lvgl/lvgl/pull/2413)
|