/lvgl-3.7.0/src/extra/libs/fsdrv/ |
D | lv_fs_fatfs.c | 106 LV_UNUSED(drv); in fs_open() 135 LV_UNUSED(drv); in fs_close() 153 LV_UNUSED(drv); in fs_read() 170 LV_UNUSED(drv); in fs_write() 187 LV_UNUSED(drv); in fs_seek() 214 LV_UNUSED(drv); in fs_tell() 227 LV_UNUSED(drv); in fs_dir_open() 249 LV_UNUSED(drv); in fs_dir_read() 277 LV_UNUSED(drv); in fs_dir_close()
|
D | lv_fs_posix.c | 103 LV_UNUSED(drv); in fs_open() 129 LV_UNUSED(drv); in fs_close() 146 LV_UNUSED(drv); in fs_read() 162 LV_UNUSED(drv); in fs_write() 177 LV_UNUSED(drv); in fs_seek() 192 LV_UNUSED(drv); in fs_tell() 210 LV_UNUSED(drv); in fs_dir_open() 256 LV_UNUSED(drv); in fs_dir_read() 304 LV_UNUSED(drv); in fs_dir_close()
|
D | lv_fs_stdio.c | 106 LV_UNUSED(drv); in fs_open() 131 LV_UNUSED(drv); in fs_close() 148 LV_UNUSED(drv); in fs_read() 164 LV_UNUSED(drv); in fs_write() 179 LV_UNUSED(drv); in fs_seek() 194 LV_UNUSED(drv); in fs_tell() 207 LV_UNUSED(drv); in fs_dir_open() 262 LV_UNUSED(drv); in fs_dir_read() 310 LV_UNUSED(drv); in fs_dir_close()
|
D | lv_fs_win32.c | 206 LV_UNUSED(drv); in fs_open() 242 LV_UNUSED(drv); in fs_close() 260 LV_UNUSED(drv); in fs_read() 277 LV_UNUSED(drv); in fs_write() 293 LV_UNUSED(drv); in fs_seek() 323 LV_UNUSED(drv); in fs_tell() 360 LV_UNUSED(drv); in fs_dir_open() 412 LV_UNUSED(drv); in fs_dir_read() 450 LV_UNUSED(drv); in fs_dir_close()
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw.c | 42 LV_UNUSED(drv); in lv_draw_sw_init_ctx() 69 LV_UNUSED(drv); in lv_draw_sw_deinit_ctx() 77 LV_UNUSED(draw_ctx); in lv_draw_sw_wait_for_finish() 85 LV_UNUSED(draw_ctx); in lv_draw_sw_buffer_copy()
|
D | lv_draw_sw_dither.c | 21 LV_UNUSED(x); in lv_dither_none() 22 LV_UNUSED(y); in lv_dither_none() 43 LV_UNUSED(x); in lv_dither_ordered_hor() 102 LV_UNUSED(xs); in lv_dither_err_diff_hor() 103 LV_UNUSED(y); in lv_dither_err_diff_hor() 104 LV_UNUSED(w); in lv_dither_err_diff_hor()
|
D | lv_draw_sw_polygon.c | 197 LV_UNUSED(points); in lv_draw_sw_polygon() 198 LV_UNUSED(point_cnt); in lv_draw_sw_polygon() 199 LV_UNUSED(draw_ctx); in lv_draw_sw_polygon() 200 LV_UNUSED(draw_dsc); in lv_draw_sw_polygon()
|
/lvgl-3.7.0/tests/src/ |
D | lv_test_indev.c | 20 LV_UNUSED(drv); in lv_test_mouse_read_cb() 62 LV_UNUSED(drv); in lv_test_keypad_read_cb() 91 LV_UNUSED(drv); in lv_test_encoder_read_cb()
|
D | lv_test_init.c | 69 LV_UNUSED(area); in dummy_flush_cb() 70 LV_UNUSED(color_p); in dummy_flush_cb()
|
/lvgl-3.7.0/examples/others/imgfont/ |
D | lv_example_imgfont_1.c | 11 LV_UNUSED(font); in LV_IMG_DECLARE() 12 LV_UNUSED(unicode_next); in LV_IMG_DECLARE()
|
/lvgl-3.7.0/src/misc/ |
D | lv_bidi.h | 130 LV_UNUSED(txt); in lv_bidi_calculate_align() 131 LV_UNUSED(base_dir); in lv_bidi_calculate_align()
|
D | lv_anim_timeline.c | 196 LV_UNUSED(var); in lv_anim_timeline_virtual_exec_cb() 197 LV_UNUSED(v); in lv_anim_timeline_virtual_exec_cb()
|
D | lv_types.h | 72 #define LV_UNUSED(x) ((void)x) macro
|
/lvgl-3.7.0/src/widgets/ |
D | lv_canvas.c | 211 LV_UNUSED(obj); in lv_canvas_transform() 212 LV_UNUSED(src_img); in lv_canvas_transform() 213 LV_UNUSED(angle); in lv_canvas_transform() 214 LV_UNUSED(zoom); in lv_canvas_transform() 215 LV_UNUSED(offset_x); in lv_canvas_transform() 216 LV_UNUSED(offset_y); in lv_canvas_transform() 217 LV_UNUSED(pivot_x); in lv_canvas_transform() 218 LV_UNUSED(pivot_y); in lv_canvas_transform() 219 LV_UNUSED(antialias); in lv_canvas_transform() 748 LV_UNUSED(canvas); in lv_canvas_draw_arc() [all …]
|
D | lv_objx_templ.c | 108 LV_UNUSED(class_p); in lv_templ_constructor() 125 LV_UNUSED(class_p); in lv_templ_event()
|
D | lv_btn.c | 63 LV_UNUSED(class_p); in lv_btn_constructor()
|
D | lv_switch.c | 87 LV_UNUSED(class_p); in lv_switch_constructor() 103 LV_UNUSED(class_p); in lv_switch_destructor() 111 LV_UNUSED(class_p); in lv_switch_event()
|
D | lv_line.c | 110 LV_UNUSED(class_p); in lv_line_constructor() 126 LV_UNUSED(class_p); in lv_line_event()
|
/lvgl-3.7.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 74 LV_UNUSED(decoder); in decoder_info() 124 LV_UNUSED(decoder); in decoder_open() 194 LV_UNUSED(decoder); in decoder_read_line() 247 LV_UNUSED(decoder); in decoder_close()
|
/lvgl-3.7.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 145 LV_UNUSED(max_faces); in lv_freetype_init() 146 LV_UNUSED(max_sizes); in lv_freetype_init() 147 LV_UNUSED(max_bytes); in lv_freetype_init() 187 LV_UNUSED(library_is); in font_face_requester() 188 LV_UNUSED(req_data); in font_face_requester() 238 LV_UNUSED(unicode_letter_next); in get_glyph_dsc_cb_cache() 335 LV_UNUSED(unicode_letter); in get_glyph_bitmap_cb_cache() 463 LV_UNUSED(unicode_letter_next); in get_glyph_dsc_cb_nocache() 528 LV_UNUSED(unicode_letter); in get_glyph_bitmap_cb_nocache()
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_event.c | 8 LV_UNUSED(cls); in event_object_deletion_cb()
|
/lvgl-3.7.0/src/draw/ |
D | lv_img_cache.c | 152 LV_UNUSED(new_entry_cnt); in lv_img_cache_set_size() 182 LV_UNUSED(src); in lv_img_cache_invalidate_src()
|
/lvgl-3.7.0/src/extra/libs/gif/ |
D | lv_gif.c | 111 LV_UNUSED(class_p); in lv_gif_constructor() 122 LV_UNUSED(class_p); in lv_gif_destructor()
|
/lvgl-3.7.0/examples/styles/ |
D | lv_example_style_14.c | 10 LV_UNUSED(th); in new_theme_apply_cb()
|
/lvgl-3.7.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 192 LV_UNUSED(class_p); in lv_qrcode_constructor() 206 LV_UNUSED(class_p); in lv_qrcode_destructor()
|