Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 12 of 12) sorted by relevance

/lvgl-3.7.0/demos/music/
DREADME.md18 - 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/
Dfontawesome.min.css5circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c68 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/
Dled.md5 The LEDs are rectangle-like (or circle) object whose brightness can be adjusted. With lower brightn…
Dcolorwheel.md10 - `LV_PART_KNOB` A rectangle (or circle) drawn on the current value. It uses all the rectangle like…
Dmeter.md9 …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/
Dlv_draw_mask.c216 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()
Dlv_draw_mask.h176 _lv_draw_mask_radius_circle_dsc_t * circle; member
/lvgl-3.7.0/docs/widgets/core/
Dswitch.md12 - `LV_PART_KNOB` A rectangle (or circle) drawn at left or right side of the indicator. Also uses al…
Dslider.md11 - `LV_PART_KNOB` A rectangle (or circle) drawn at the current value. Also uses all the typical back…
/lvgl-3.7.0/
DKconfig149 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/
DCHANGELOG.md759 - 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)