i80_controller sample
lv_image_decoder_args_t::premultiply
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_decoder_args_t::premultiply
lv_image_decoder_args_t::premultiply field
Whether image should be premultiplied or not after decoding
Syntax
Show:
Summary
Declaration
from
lv_image_decoder_private.h:38
bool
premultiply
;
Examples
References
from
examples
Code
Location
Referrer
bool
premultiply
;
/**< Whether image should be premultiplied or not after decoding */
lv_image_decoder_private.h:38
.
premultiply
=
false
,
lv_image_decoder.c:118
lv_image_decoder_open()
if
(
args
->
premultiply
lv_image_decoder.c:265
lv_image_decoder_post_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_image_decoder_args_t::premultiply
is read by 1 function:
All items filtered out
lv_image_decoder_args_t::premultiply
lv_image_decoder_post_process()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out