Searched refs:no_cache (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_img.c | 49 const lv_area_t * coords, bool no_cache) in lv_draw_vg_lite_img() argument 80 if(!lv_vg_lite_buffer_open_image(&src_buf, &decoder_dsc, dsc->src, no_cache, premultiply)) { in lv_draw_vg_lite_img()
|
D | lv_draw_vg_lite.h | 61 const lv_area_t * coords, bool no_cache);
|
D | lv_vg_lite_decoder.c | 361 if(dsc->args.no_cache) return res; in decoder_open() 390 …if(dsc->args.no_cache || !lv_image_cache_is_enabled()) lv_draw_buf_destroy((lv_draw_buf_t *)dsc->d… in decoder_close()
|
D | lv_vg_lite_utils.h | 134 bool no_cache, bool premultiply);
|
D | lv_vg_lite_utils.c | 806 bool no_cache, bool premultiply) in lv_vg_lite_buffer_open_image() argument 817 args.no_cache = no_cache; in lv_vg_lite_buffer_open_image()
|
/lvgl-latest/src/draw/ |
D | lv_image_decoder_private.h | 39 …bool no_cache; /**< When set, decoded image won't be put to cache, and decoder open will … member
|
D | lv_image_decoder.c | 103 if(!(args && args->no_cache)) { in lv_image_decoder_open() 119 .no_cache = false, in lv_image_decoder_open()
|
/lvgl-latest/src/libs/lodepng/ |
D | lv_lodepng.c | 195 if(dsc->args.no_cache) { in decoder_open() 234 if(dsc->args.no_cache || in decoder_close()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_draw_buf_stride.c | 46 .no_cache = true, in test_draw_buf_stride_adjust()
|
/lvgl-latest/src/libs/libpng/ |
D | lv_libpng.c | 167 if(dsc->args.no_cache) { in decoder_open() 204 if(dsc->args.no_cache || in decoder_close()
|
/lvgl-latest/src/libs/libjpeg_turbo/ |
D | lv_libjpeg_turbo.c | 175 if(dsc->args.no_cache) return LV_RESULT_OK; in decoder_open() 206 if(dsc->args.no_cache || in decoder_close()
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 353 …if(use_directly || dsc->args.no_cache) return LV_RESULT_OK; /*Do not put image to cache if it can … in lv_bin_decoder_open()
|