Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 35) sorted by relevance

12

/lvgl-3.7.0/src/extra/others/msg/
Dlv_msg.c64 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/
Dfiletohex.py5 s = file.read() variable
/lvgl-3.7.0/examples/widgets/chart/
Dlv_example_chart_9.c12 uint16_t s = lv_chart_get_x_start_point(chart, ser); in add_data() local
Dlv_example_chart_4.c13 lv_coord_t * s = lv_event_get_param(e); in event_cb() local
/lvgl-3.7.0/docs/
Dbuild.py16 def cmd(s): argument
/lvgl-3.7.0/examples/libs/rlottie/
Dlv_example_rlottie_approve.json1 …"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/
Dlv_obj_class.c46 uint32_t s = get_instance_size(class_p); in lv_obj_class_create_obj() local
Dlv_indev.c727 int32_t s; in indev_encoder_proc() local
744 int32_t s; in indev_encoder_proc() local
Dlv_obj_draw.c315 lv_coord_t s = 0; in lv_obj_calculate_ext_draw_size() local
/lvgl-3.7.0/examples/others/msg/
Dlv_example_msg_2.c75 static void auth_manager(void * s, lv_msg_t * m) in auth_manager()
Dlv_example_msg_3.c77 static void value_handler(void * s, lv_msg_t * m) in value_handler()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_gradient.c73 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
Dlv_draw_sw_dither.c176 #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/
Dlv_colorwheel.c375 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/
Dlv_line.c140 lv_coord_t * s = lv_event_get_param(e); in lv_line_event() local
Dlv_switch.c133 lv_coord_t * s = lv_event_get_param(e); in lv_switch_event() local
Dlv_checkbox.c186 lv_coord_t * s = lv_event_get_param(e); in lv_checkbox_event() local
Dlv_slider.c305 lv_coord_t * s = lv_event_get_param(e); in lv_slider_event() local
Dlv_bar.c526 lv_coord_t * s = lv_event_get_param(e); in lv_bar_event() local
Dlv_img.c464 lv_coord_t * s = lv_event_get_param(e); in lv_img_event() local
/lvgl-3.7.0/src/extra/libs/qrcode/
Dlv_qrcode.c169 int s; in lv_qrcode_update() local
/lvgl-3.7.0/src/extra/libs/sjpg/
Dtjpgd.c860 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/
Dlv_color.c151 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/
Dlv_tiny_ttf.c59 #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
Dstb_truetype_htcw.h451 #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 …]

12