Searched defs:flush_cb (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_profiler_builtin_private.h | 36 void (*flush_cb)(const char * buf); /**< Callback function to flush the profiling data */ member
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_profiler.c | 91 static void flush_cb(const char * buf) in flush_cb() function
|
D | lv_nuttx_lcd.c | 137 static void flush_cb(lv_display_t * disp, const lv_area_t * area_p, in flush_cb() function
|
D | lv_nuttx_fbdev.c | 237 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * color_p) in flush_cb() function
|
/lvgl-latest/tests/src/test_cases/ |
D | test_profiler.c | 20 static void flush_cb(const char * buf) in flush_cb() function
|
/lvgl-latest/src/drivers/display/tft_espi/ |
D | lv_tft_espi.cpp | 69 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * px_map) in flush_cb() function
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_texture.c | 133 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * px_map) in flush_cb() function
|
/lvgl-latest/src/drivers/display/lcd/ |
D | lv_lcd_generic_mipi.c | 250 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * px_map) in flush_cb() function
|
/lvgl-latest/src/drivers/display/st_ltdc/ |
D | lv_st_ltdc.c | 139 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * px_map) in flush_cb() function
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 253 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * color_p) in flush_cb() function
|
/lvgl-latest/src/drivers/qnx/ |
D | lv_qnx.c | 272 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * px_map) in flush_cb() function
|
/lvgl-latest/src/display/ |
D | lv_display_private.h | 74 lv_display_flush_cb_t flush_cb; member
|
D | lv_display.c | 487 void lv_display_set_flush_cb(lv_display_t * disp, lv_display_flush_cb_t flush_cb) in lv_display_set_flush_cb()
|
/lvgl-latest/src/drivers/sdl/ |
D | lv_sdl_window.c | 209 static void flush_cb(lv_display_t * disp, const lv_area_t * area, uint8_t * px_map) in flush_cb() function
|