Home
last modified time | relevance | path

Searched refs:flush_cache (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_cache.c31 static void flush_cache(const lv_draw_buf_t * draw_buf, const lv_area_t * area);
49 handlers->flush_cache_cb = flush_cache; in lv_nuttx_cache_init()
88 static void flush_cache(const lv_draw_buf_t * draw_buf, const lv_area_t * area) in flush_cache() function
/lvgl-latest/src/draw/
Dlv_image_decoder_private.h41 bool flush_cache; /**< Whether to flush the data cache after decoding */ member
Dlv_image_decoder.c121 .flush_cache = false, in lv_image_decoder_open()
132 if(dsc->args.flush_cache && res == LV_RESULT_OK && dsc->decoded != NULL) { in lv_image_decoder_open()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c818 args.flush_cache = true; in lv_vg_lite_buffer_open_image()