Searched refs:use_directly (Results 1 – 1 of 1) sorted by relevance
186 bool use_directly = false; /*If the image is already decoded and can be used directly*/ in lv_bin_decoder_open() local271 … use_directly = true; /*If draw unit supports indexed image, it can be used directly.*/ in lv_bin_decoder_open()280 use_directly = true; in lv_bin_decoder_open()322 use_directly = true; /*A variable image that can be used directly.*/ in lv_bin_decoder_open()346 use_directly = false; /*Cannot use original image directly*/ in lv_bin_decoder_open()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()