/lvgl-3.7.0/src/extra/others/msg/ |
D | lv_msg.c | 64 sub_dsc_t * s = _lv_ll_ins_tail(&subs_ll); in lv_msg_subsribe() local 78 sub_dsc_t * s = lv_msg_subsribe(msg_id, obj_notify_cb, user_data); in lv_msg_subsribe_obj() local 90 void lv_msg_unsubscribe(void * s) in lv_msg_unsubscribe() 100 sub_dsc_t * s = _lv_ll_get_head(&subs_ll); in lv_msg_unsubscribe_obj() local 157 sub_dsc_t * s; in notify() local 167 static void obj_notify_cb(void * s, lv_msg_t * m) in obj_notify_cb() 177 sub_dsc_t * s = _lv_ll_get_head(&subs_ll); in obj_delete_event_cb() local
|
/lvgl-3.7.0/scripts/ |
D | filetohex.py | 5 s = file.read() variable
|
/lvgl-3.7.0/examples/widgets/chart/ |
D | lv_example_chart_9.c | 12 uint16_t s = lv_chart_get_x_start_point(chart, ser); in add_data() local
|
D | lv_example_chart_4.c | 13 lv_coord_t * s = lv_event_get_param(e); in event_cb() local
|
/lvgl-3.7.0/docs/ |
D | build.py | 16 def cmd(s): argument
|
/lvgl-3.7.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… array
|
/lvgl-3.7.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 | 727 int32_t s; in indev_encoder_proc() local 744 int32_t s; in indev_encoder_proc() local
|
D | lv_obj_draw.c | 315 lv_coord_t s = 0; in lv_obj_calculate_ext_draw_size() local
|
/lvgl-3.7.0/examples/others/msg/ |
D | lv_example_msg_2.c | 75 static void auth_manager(void * s, lv_msg_t * m) in auth_manager()
|
D | lv_example_msg_3.c | 77 static void value_handler(void * s, lv_msg_t * m) in value_handler()
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_gradient.c | 73 size_t s = ALIGN(sizeof(*c)) + ALIGN(c->alloc_size * sizeof(lv_color_t)); in get_cache_item_size() local 90 size_t s = get_cache_item_size(item); in next_in_cache() local
|
D | lv_draw_sw_dither.c | 176 #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.7.0/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 375 lv_coord_t * s = lv_event_get_param(e); in lv_colorwheel_event() local 613 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() 650 static uint8_t s = 0, v = 0, m = 255; in angle_to_mode_color_fast() local
|
/lvgl-3.7.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 | 186 lv_coord_t * s = lv_event_get_param(e); in lv_checkbox_event() local
|
D | lv_slider.c | 305 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 | 464 lv_coord_t * s = lv_event_get_param(e); in lv_img_event() local
|
/lvgl-3.7.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 169 int s; in lv_qrcode_update() local
|
/lvgl-3.7.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.7.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()
|
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 59 #define STBTT_STREAM_SEEK(s, x) ttf_cb_stream_seek(s, x); argument 60 #define STBTT_STREAM_READ(s, x, y) ttf_cb_stream_read(s, x, y); argument
|
D | stb_truetype_htcw.h | 451 #define STBTT_STREAM_READ(s,x,y) fread(x,1,y,s); argument 452 #define STBTT_STREAM_SEEK(s,x) fseek(s,x,SEEK_SET); argument 1241 static stbtt__buf stbtt__new_buf(STBTT_STREAM_TYPE s, size_t size) in stbtt__new_buf() 1262 static stbtt__buf stbtt__buf_range(const stbtt__buf * b, int o, int s) in stbtt__buf_range() 1371 static stbtt_uint8 ttBYTE(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttBYTE() 1378 #define ttCHAR(s, offset) ((stbtt_int8)ttBYTE(s,offset)) argument 1379 static stbtt_uint16 ttUSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttUSHORT() 1386 static stbtt_int16 ttSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttSHORT() 1393 static stbtt_uint32 ttULONG(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttULONG() 1400 static stbtt_int32 ttLONG(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttLONG() [all …]
|