/lvgl-latest/src/draw/sw/blend/helium/ |
D | lv_blend_helium.h | 43 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565(dsc) \ argument 48 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_WITH_OPA(dsc) \ argument 53 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_WITH_MASK(dsc) \ argument 58 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_MIX_MASK_OPA(dsc) \ argument 63 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565(dsc) \ argument 68 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc) \ argument 73 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc) \ argument 78 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc) \ argument 83 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size) \ argument 88 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size) \ argument [all …]
|
/lvgl-latest/src/draw/sw/blend/neon/ |
D | lv_blend_neon.h | 35 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565(dsc) \ argument 40 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_WITH_OPA(dsc) \ argument 45 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_WITH_MASK(dsc) \ argument 50 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_MIX_MASK_OPA(dsc) \ argument 55 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565(dsc) \ argument 60 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc) \ argument 65 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc) \ argument 70 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc) \ argument 75 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size) \ argument 80 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size) \ argument [all …]
|
/lvgl-latest/src/draw/sw/blend/arm2d/ |
D | lv_blend_arm2d.h | 47 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565(dsc) \ argument 52 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_WITH_OPA(dsc) \ argument 57 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_WITH_MASK(dsc) \ argument 62 #define LV_DRAW_SW_COLOR_BLEND_TO_RGB565_MIX_MASK_OPA(dsc) \ argument 67 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565(dsc) \ argument 72 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc) \ argument 77 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_WITH_MASK(dsc) \ argument 82 #define LV_DRAW_SW_RGB565_BLEND_NORMAL_TO_RGB565_MIX_MASK_OPA(dsc) \ argument 87 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565(dsc, src_px_size) \ argument 92 #define LV_DRAW_SW_RGB888_BLEND_NORMAL_TO_RGB565_WITH_OPA(dsc, src_px_size) \ argument [all …]
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 54 lv_vector_draw_dsc_t dsc; member 471 lv_vector_dsc_t * dsc = lv_malloc(sizeof(lv_vector_dsc_t)); in lv_vector_dsc_create() local 501 void lv_vector_dsc_delete(lv_vector_dsc_t * dsc) in lv_vector_dsc_delete() 512 void lv_vector_dsc_set_blend_mode(lv_vector_dsc_t * dsc, lv_vector_blend_t blend) in lv_vector_dsc_set_blend_mode() 517 void lv_vector_dsc_set_transform(lv_vector_dsc_t * dsc, const lv_matrix_t * matrix) in lv_vector_dsc_set_transform() 522 void lv_vector_dsc_set_fill_color(lv_vector_dsc_t * dsc, lv_color_t color) in lv_vector_dsc_set_fill_color() 528 void lv_vector_dsc_set_fill_color32(lv_vector_dsc_t * dsc, lv_color32_t color) in lv_vector_dsc_set_fill_color32() 534 void lv_vector_dsc_set_fill_opa(lv_vector_dsc_t * dsc, lv_opa_t opa) in lv_vector_dsc_set_fill_opa() 539 void lv_vector_dsc_set_fill_rule(lv_vector_dsc_t * dsc, lv_vector_fill_t rule) in lv_vector_dsc_set_fill_rule() 544 void lv_vector_dsc_set_fill_image(lv_vector_dsc_t * dsc, const lv_draw_image_dsc_t * img_dsc) in lv_vector_dsc_set_fill_image() [all …]
|
D | lv_draw_rect.c | 40 void LV_ATTRIBUTE_FAST_MEM lv_draw_rect_dsc_init(lv_draw_rect_dsc_t * dsc) in lv_draw_rect_dsc_init() 59 void lv_draw_fill_dsc_init(lv_draw_fill_dsc_t * dsc) in lv_draw_fill_dsc_init() 71 void lv_draw_border_dsc_init(lv_draw_border_dsc_t * dsc) in lv_draw_border_dsc_init() 84 void lv_draw_box_shadow_dsc_init(lv_draw_box_shadow_dsc_t * dsc) in lv_draw_box_shadow_dsc_init() 96 void lv_draw_rect(lv_layer_t * layer, const lv_draw_rect_dsc_t * dsc, const lv_area_t * coords) in lv_draw_rect()
|
D | lv_draw_line.c | 39 void LV_ATTRIBUTE_FAST_MEM lv_draw_line_dsc_init(lv_draw_line_dsc_t * dsc) in lv_draw_line_dsc_init() 53 void LV_ATTRIBUTE_FAST_MEM lv_draw_line(lv_layer_t * layer, const lv_draw_line_dsc_t * dsc) in lv_draw_line()
|
D | lv_draw_mask.c | 40 void LV_ATTRIBUTE_FAST_MEM lv_draw_mask_rect_dsc_init(lv_draw_mask_rect_dsc_t * dsc) in lv_draw_mask_rect_dsc_init() 50 …id LV_ATTRIBUTE_FAST_MEM lv_draw_mask_rect(lv_layer_t * layer, const lv_draw_mask_rect_dsc_t * dsc) in lv_draw_mask_rect()
|
D | lv_draw_triangle.c | 41 void lv_draw_triangle_dsc_init(lv_draw_triangle_dsc_t * dsc) in lv_draw_triangle_dsc_init() 60 void lv_draw_triangle(lv_layer_t * layer, const lv_draw_triangle_dsc_t * dsc) in lv_draw_triangle()
|
D | lv_image_decoder.c | 81 lv_image_decoder_dsc_t dsc; in lv_image_decoder_get_info() local 92 lv_result_t lv_image_decoder_open(lv_image_decoder_dsc_t * dsc, const void * src, const lv_image_de… in lv_image_decoder_open() 146 lv_result_t lv_image_decoder_get_area(lv_image_decoder_dsc_t * dsc, const lv_area_t * full_area, in lv_image_decoder_get_area() 155 void lv_image_decoder_close(lv_image_decoder_dsc_t * dsc) in lv_image_decoder_close() 240 lv_draw_buf_t * lv_image_decoder_post_process(lv_image_decoder_dsc_t * dsc, lv_draw_buf_t * decoded) in lv_image_decoder_post_process() 293 static lv_image_decoder_t * image_decoder_get_info(lv_image_decoder_dsc_t * dsc, lv_image_header_t … in image_decoder_get_info() 396 static lv_result_t try_cache(lv_image_decoder_dsc_t * dsc) in try_cache()
|
D | lv_draw_label.c | 63 void lv_draw_letter_dsc_init(lv_draw_letter_dsc_t * dsc) in lv_draw_letter_dsc_init() 75 void lv_draw_label_dsc_init(lv_draw_label_dsc_t * dsc) in lv_draw_label_dsc_init() 95 void lv_draw_glyph_dsc_init(lv_draw_glyph_dsc_t * dsc) in lv_draw_glyph_dsc_init() 100 void LV_ATTRIBUTE_FAST_MEM lv_draw_label(lv_layer_t * layer, const lv_draw_label_dsc_t * dsc, in lv_draw_label() 128 void LV_ATTRIBUTE_FAST_MEM lv_draw_character(lv_layer_t * layer, lv_draw_label_dsc_t * dsc, in lv_draw_character() 168 void LV_ATTRIBUTE_FAST_MEM lv_draw_letter(lv_layer_t * layer, lv_draw_letter_dsc_t * dsc, const lv_… in lv_draw_letter() 204 void lv_draw_label_iterate_characters(lv_draw_unit_t * draw_unit, const lv_draw_label_dsc_t * dsc, in lv_draw_label_iterate_characters() 542 void lv_draw_unit_draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_poin… in lv_draw_unit_draw_letter()
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_xkb.c | 51 bool lv_xkb_init(lv_xkb_t * dsc, struct xkb_rule_names names) in lv_xkb_init() 64 void lv_xkb_deinit(lv_xkb_t * dsc) in lv_xkb_deinit() 77 uint32_t lv_xkb_process_key(lv_xkb_t * dsc, uint32_t scancode, bool down) in lv_xkb_process_key() 153 static bool _set_keymap(lv_xkb_t * dsc, struct xkb_rule_names names) in _set_keymap()
|
D | lv_libinput.c | 136 lv_libinput_t * dsc = lv_malloc_zeroed(sizeof(lv_libinput_t)); in lv_libinput_create() local 308 lv_libinput_t * dsc = (lv_libinput_t *)data; in _poll_thread() local 343 lv_libinput_event_t * _get_event(lv_libinput_t * dsc) in _get_event() 357 bool _event_pending(lv_libinput_t * dsc) in _event_pending() 362 lv_libinput_event_t * _create_event(lv_libinput_t * dsc) in _create_event() 385 lv_libinput_t * dsc = lv_indev_get_driver_data(indev); in _read() local 409 static void _read_pointer(lv_libinput_t * dsc, struct libinput_event * event) in _read_pointer() 550 static void _read_keypad(lv_libinput_t * dsc, struct libinput_event * event) in _read_keypad() 642 static void _delete(lv_libinput_t * dsc) in _delete()
|
/lvgl-latest/src/drivers/qnx/ |
D | lv_qnx.c | 95 lv_qnx_window_t * dsc = lv_malloc_zeroed(sizeof(lv_qnx_window_t)); in lv_qnx_window_create() local 129 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in lv_qnx_window_set_title() local 155 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in lv_qnx_add_pointer_device() local 182 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in lv_qnx_add_keyboard_device() local 274 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in flush_cb() local 290 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in window_create() local 362 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in init_display_from_window() local 394 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in release_disp_cb() local 414 lv_qnx_pointer_t * dsc = lv_indev_get_driver_data(indev); in get_pointer() local 428 lv_qnx_window_t * dsc = lv_display_get_driver_data(disp); in handle_pointer_event() local [all …]
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_mousewheel.c | 41 lv_sdl_mousewheel_t * dsc = lv_malloc_zeroed(sizeof(lv_sdl_mousewheel_t)); in lv_sdl_mousewheel_create() local 67 lv_sdl_mousewheel_t * dsc = lv_indev_get_driver_data(indev); in sdl_mousewheel_read() local 77 lv_sdl_mousewheel_t * dsc = lv_indev_get_driver_data(indev); in release_indev_cb() local 114 lv_sdl_mousewheel_t * dsc = lv_indev_get_driver_data(indev); in lv_sdl_mousewheel_handler() local
|
D | lv_sdl_window.c | 95 lv_sdl_window_t * dsc = lv_malloc_zeroed(sizeof(lv_sdl_window_t)); in lv_sdl_window_create() local 145 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in lv_sdl_window_set_resizeable() local 151 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in lv_sdl_window_set_zoom() local 159 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in lv_sdl_window_get_zoom() local 169 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in lv_sdl_get_disp_from_win_id() local 180 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in lv_sdl_window_set_title() local 186 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in lv_sdl_window_get_renderer() local 212 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in flush_cb() local 305 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in sdl_event_handler() local 341 lv_sdl_window_t * dsc = lv_display_get_driver_data(disp); in window_create() local [all …]
|
D | lv_sdl_mouse.c | 49 lv_sdl_mouse_t * dsc = lv_malloc_zeroed(sizeof(lv_sdl_mouse_t)); in lv_sdl_mouse_create() local 76 lv_sdl_mouse_t * dsc = lv_indev_get_driver_data(indev); in sdl_mouse_read() local 91 lv_sdl_mouse_t * dsc = lv_indev_get_driver_data(indev); in release_indev_cb() local
|
/lvgl-latest/src/misc/ |
D | lv_event.c | 90 lv_event_dsc_t * dsc = *event_array_at(list, i); in lv_event_send() local 123 lv_event_dsc_t * dsc = lv_malloc(sizeof(lv_event_dsc_t)); in lv_event_add() local 139 bool lv_event_remove_dsc(lv_event_list_t * list, lv_event_dsc_t * dsc) in lv_event_remove_dsc() 166 lv_event_dsc_t ** dsc = event_array_at(list, index); in lv_event_get_dsc() local 170 lv_event_cb_t lv_event_dsc_get_cb(lv_event_dsc_t * dsc) in lv_event_dsc_get_cb() 176 void * lv_event_dsc_get_user_data(lv_event_dsc_t * dsc) in lv_event_dsc_get_user_data() 186 lv_event_dsc_t * dsc = lv_event_get_dsc(list, index); in lv_event_remove() local 387 static void event_mark_deleting(lv_event_list_t * list, lv_event_dsc_t * dsc) in event_mark_deleting() 392 static bool event_is_marked_deleting(lv_event_dsc_t * dsc) in event_is_marked_deleting()
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_texture.c | 57 lv_opengles_texture_t * dsc = lv_malloc_zeroed(sizeof(lv_opengles_texture_t)); in lv_opengles_texture_create() local 113 lv_opengles_texture_t * dsc = lv_display_get_driver_data(disp); in lv_opengles_texture_get_texture_id() local 141 lv_opengles_texture_t * dsc = lv_display_get_driver_data(disp); in flush_cb() local 171 lv_opengles_texture_t * dsc = lv_display_get_driver_data(disp); in release_disp_cb() local
|
/lvgl-latest/src/drivers/display/tft_espi/ |
D | lv_tft_espi.cpp | 45 lv_tft_espi_t * dsc = (lv_tft_espi_t *)lv_malloc_zeroed(sizeof(lv_tft_espi_t)); in lv_tft_espi_create() local 71 lv_tft_espi_t * dsc = (lv_tft_espi_t *)lv_display_get_driver_data(disp); in flush_cb() local 88 lv_tft_espi_t * dsc = (lv_tft_espi_t *)lv_display_get_driver_data(disp); in resolution_changed_event_cb() local
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_fbdev.c | 77 lv_nuttx_fb_t * dsc = lv_malloc_zeroed(sizeof(lv_nuttx_fb_t)); in lv_nuttx_fbdev_create() local 97 lv_nuttx_fb_t * dsc = lv_display_get_driver_data(disp); in lv_nuttx_fbdev_set_file() local 219 lv_nuttx_fb_t * dsc = lv_display_get_driver_data(disp); in display_refr_timer_cb() local 240 lv_nuttx_fb_t * dsc = lv_display_get_driver_data(disp); in flush_cb() local 329 static int fbdev_init_mem2(lv_nuttx_fb_t * dsc) in fbdev_init_mem2() 386 lv_nuttx_fb_t * dsc = lv_display_get_driver_data(disp); in display_release_cb() local
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_outline.c | 77 void lv_freetype_set_cbs_outline_font(lv_freetype_font_dsc_t * dsc) in lv_freetype_set_cbs_outline_font() 96 const lv_freetype_font_dsc_t * dsc = font->dsc; in lv_freetype_outline_get_scale() local 105 const lv_freetype_font_dsc_t * dsc = font->dsc; in lv_freetype_is_outline_font() local 121 …l freetype_glyph_outline_create_cb(lv_freetype_outline_node_t * node, lv_freetype_font_dsc_t * dsc) in freetype_glyph_outline_create_cb() 146 …oid freetype_glyph_outline_free_cb(lv_freetype_outline_node_t * node, lv_freetype_font_dsc_t * dsc) in freetype_glyph_outline_free_cb() 169 lv_freetype_font_dsc_t * dsc = (lv_freetype_font_dsc_t *)font->dsc; in freetype_get_glyph_bitmap_cb() local 185 lv_freetype_font_dsc_t * dsc = (lv_freetype_font_dsc_t *)font->dsc; in freetype_release_glyph_cb() local 194 static lv_cache_entry_t * lv_freetype_outline_lookup(lv_freetype_font_dsc_t * dsc, FT_UInt glyph_in… in lv_freetype_outline_lookup()
|
D | lv_freetype_image.c | 74 void lv_freetype_set_cbs_image_font(lv_freetype_font_dsc_t * dsc) in lv_freetype_set_cbs_image_font() 90 lv_freetype_font_dsc_t * dsc = (lv_freetype_font_dsc_t *)font->dsc; in freetype_get_glyph_bitmap_cb() local 114 lv_freetype_font_dsc_t * dsc = (lv_freetype_font_dsc_t *)font->dsc; in freetype_image_release_cb() local 127 lv_freetype_font_dsc_t * dsc = (lv_freetype_font_dsc_t *)user_data; in freetype_image_create_cb() local
|
/lvgl-latest/src/others/imgfont/ |
D | lv_imgfont.c | 50 imgfont_dsc_t * dsc = lv_malloc_zeroed(sizeof(imgfont_dsc_t)); in lv_imgfont_create() local 74 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in lv_imgfont_destroy() local 95 imgfont_dsc_t * dsc = (imgfont_dsc_t *)font->dsc; in imgfont_get_glyph_dsc() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 102 lv_vector_gradient_t dsc; member 190 lv_vector_draw_dsc_t dsc; member 228 struct _lv_svg_draw_dsc * dsc = lv_malloc_zeroed(sizeof(struct _lv_svg_draw_dsc)); in _lv_svg_draw_dsc_create() local 234 static void _lv_svg_draw_dsc_delete(struct _lv_svg_draw_dsc * dsc) in _lv_svg_draw_dsc_delete() 244 static struct _lv_svg_draw_dsc * _lv_svg_draw_dsc_push(struct _lv_svg_draw_dsc * dsc) in _lv_svg_draw_dsc_push() 256 static struct _lv_svg_draw_dsc * _lv_svg_draw_dsc_pop(struct _lv_svg_draw_dsc * dsc) in _lv_svg_draw_dsc_pop() 264 static void _set_viewport_attr(lv_svg_render_obj_t * obj, lv_vector_draw_dsc_t * dsc, const lv_svg_… in _set_viewport_attr() 314 static void _set_use_attr(lv_svg_render_obj_t * obj, lv_vector_draw_dsc_t * dsc, const lv_svg_attr_… in _set_use_attr() 333 static void _set_solid_attr(lv_svg_render_obj_t * obj, lv_vector_draw_dsc_t * dsc, const lv_svg_att… in _set_solid_attr() 347 static void _set_gradient_attr(lv_svg_render_obj_t * obj, lv_vector_draw_dsc_t * dsc, const lv_svg_… in _set_gradient_attr() [all …]
|
/lvgl-latest/src/libs/libpng/ |
D | lv_libpng.c | 84 static lv_result_t decoder_info(lv_image_decoder_t * decoder, lv_image_decoder_dsc_t * dsc, lv_imag… in decoder_info() 138 static lv_result_t decoder_open(lv_image_decoder_t * decoder, lv_image_decoder_dsc_t * dsc) in decoder_open() 200 static void decoder_close(lv_image_decoder_t * decoder, lv_image_decoder_dsc_t * dsc) in decoder_close() 263 static lv_draw_buf_t * decode_png(lv_image_decoder_dsc_t * dsc) in decode_png()
|