/lvgl-3.4.0/scripts/ |
D | filetohex.py | 5 s = file.read() variable
|
/lvgl-3.4.0/examples/widgets/chart/ |
D | lv_example_chart_9.c | 13 uint16_t s = lv_chart_get_x_start_point(chart, ser); in add_data() local
|
D | lv_example_chart_4.c | 14 lv_coord_t * s = lv_event_get_param(e); in event_cb() local
|
/lvgl-3.4.0/docs/ |
D | build.py | 16 def cmd(s): argument
|
/lvgl-3.4.0/examples/libs/rlottie/ |
D | lv_example_rlottie_approve.json | 1 …"ix":10},"p":{"a":0,"k":[336,396,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100… object
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_class.c | 46 uint32_t s = get_instance_size(class_p); in lv_obj_class_create_obj() local
|
D | lv_indev.c | 704 int32_t s; in indev_encoder_proc() local 715 int32_t s; in indev_encoder_proc() local
|
D | lv_obj_draw.c | 302 lv_coord_t s = 0; in lv_obj_calculate_ext_draw_size() local
|
D | lv_obj.c | 849 lv_coord_t * s = lv_event_get_param(e); in lv_obj_event() local
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 81 size_t s = ALIGN(sizeof(*c)) + ALIGN(c->alloc_size * sizeof(lv_color_t)); in get_cache_item_size() local 100 size_t s = get_cache_item_size(item); in next_in_cache() local
|
D | lv_draw_sw_dither.c | 178 #define FS_APPLY(d, s, c) d.r = (int8_t)(s.r * c) >> 4; d.g = (int8_t)(s.g * c) >> 4; d.b = (int8_t… in lv_dither_err_diff_ver() argument
|
/lvgl-3.4.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 376 lv_coord_t * s = lv_event_get_param(e); in lv_colorwheel_event() local 617 static void fast_hsv2rgb(uint16_t h, uint8_t s, uint8_t v, uint8_t * r, uint8_t * g, uint8_t * b) in fast_hsv2rgb() 654 static uint8_t s = 0, v = 0, m = 255; in angle_to_mode_color_fast() local
|
/lvgl-3.4.0/src/widgets/ |
D | lv_line.c | 140 lv_coord_t * s = lv_event_get_param(e); in lv_line_event() local
|
D | lv_switch.c | 133 lv_coord_t * s = lv_event_get_param(e); in lv_switch_event() local
|
D | lv_checkbox.c | 184 lv_coord_t * s = lv_event_get_param(e); in lv_checkbox_event() local
|
D | lv_slider.c | 301 lv_coord_t * s = lv_event_get_param(e); in lv_slider_event() local
|
D | lv_bar.c | 526 lv_coord_t * s = lv_event_get_param(e); in lv_bar_event() local
|
D | lv_img.c | 469 lv_coord_t * s = lv_event_get_param(e); in lv_img_event() local
|
D | lv_arc.c | 548 lv_coord_t * s = lv_event_get_param(e); in lv_arc_event() local
|
/lvgl-3.4.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 169 int s; in lv_qrcode_update() local
|
/lvgl-3.4.0/src/extra/libs/sjpg/ |
D | tjpgd.c | 860 unsigned int x, y, r, g, b, s, w, a; in mcu_output() local 918 uint8_t *s, *d; in mcu_output() local 936 uint8_t *s = (uint8_t*)jd->workbuf; in mcu_output() local
|
/lvgl-3.4.0/src/misc/ |
D | lv_color.c | 151 lv_color_t lv_color_hsv_to_rgb(uint16_t h, uint8_t s, uint8_t v) in lv_color_hsv_to_rgb()
|
D | lv_printf.c | 145 const char * s; in _strnlen_s() local
|
/lvgl-3.4.0/demos/music/ |
D | lv_demo_music_main.c | 766 uint32_t s; in spectrum_draw_event_cb() local
|
/lvgl-3.4.0/src/extra/layouts/flex/ |
D | lv_flex.c | 464 lv_coord_t s = 0; in children_repos() local
|