Home
last modified time | relevance | path

Searched defs:_lv_image_decoder_args_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/draw/
Dlv_image_decoder_private.h36 struct _lv_image_decoder_args_t { struct
37 bool stride_align; /**< Whether stride should be aligned */
38 bool premultiply; /**< Whether image should be premultiplied or not after decoding */
39 … /**< When set, decoded image won't be put to cache, and decoder open will also ignore cache. */
40 bool use_indexed; /**< Decoded indexed image as is. Convert to ARGB8888 if false. */
41 bool flush_cache; /**< Whether to flush the data cache after decoding */