i80_controller sample
lv_image_cache_data_t
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_cache_data_t
lv_image_cache_data_t struct
Syntax
Show:
Summary
Declaration
Definition
from
lv_types.h:144
typedef
struct
lv_image_cache_data_t
lv_image_cache_data_t
;
Implemented in
lv_image_decoder_private.h:55
Fields
Field
Declared as
lv_image_cache_data_t::slot
lv_cache_slot_size_t
lv_image_cache_data_t::src
const
void
*
lv_image_cache_data_t::src_type
lv_image_src_t
lv_image_cache_data_t::decoded
const
lv_draw_buf_t
*
lv_image_cache_data_t::decoder
const
lv_image_decoder_t
*
lv_image_cache_data_t::user_data
void
*
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
lv_image_cache_data_t
{
lv_image_decoder_private.h:55
typedef
struct
lv_image_cache_data_t
lv_image_cache_data_t
;
lv_types.h:144
lv_image_cache_data_t
search_key
;
lv_bin_decoder.c:348
lv_bin_decoder_open()
static
lv_cache_compare_res_t
image_cache_compare_cb
(
const
lv_image_cache_data_t
*
lhs
,
lv_image_cache.c:34
image_cache_compare_cb()
image_cache_compare_cb()::lhs
const
lv_image_cache_data_t
*
rhs
)
;
lv_image_cache.c:35
image_cache_compare_cb()
image_cache_compare_cb()::rhs
static
void
image_cache_free_cb
(
lv_image_cache_data_t
*
entry
,
void
*
user_data
)
;
lv_image_cache.c:36
image_cache_free_cb()
image_cache_free_cb()::entry
sizeof
(
lv_image_cache_data_t
)
,
size
,
(
lv_cache_ops_t
)
{
lv_image_cache.c:61
lv_image_cache_init()
lv_image_cache_data_t
search_key
=
{
lv_image_cache.c:89
lv_image_cache_drop()
const
lv_image_cache_data_t
*
lhs
,
lv_image_cache.c:127
image_cache_compare_cb()
image_cache_compare_cb()::lhs
const
lv_image_cache_data_t
*
rhs
)
lv_image_cache.c:128
image_cache_compare_cb()
image_cache_compare_cb()::rhs
static
void
image_cache_free_cb
(
lv_image_cache_data_t
*
entry
,
void
*
user_data
)
lv_image_cache.c:133
image_cache_free_cb()
image_cache_free_cb()::entry
lv_image_cache_data_t
*
search_key
,
lv_image_decoder.c:218
lv_image_decoder_add_to_cache()
lv_image_decoder_add_to_cache()::search_key
lv_image_cache_data_t
*
cached_data
;
lv_image_decoder.c:226
lv_image_decoder_add_to_cache()
lv_image_cache_data_t
search_key
;
lv_image_decoder.c:400
try_cache()
lv_image_cache_data_t
*
cached_data
=
lv_cache_entry_get_data
(
entry
)
;
lv_image_decoder.c:407
try_cache()
lv_image_cache_data_t
*
search_key
,
lv_image_decoder.h:174
lv_image_decoder_add_to_cache()
lv_image_decoder_add_to_cache()::search_key
typedef
struct
lv_image_cache_data_t
lv_image_cache_data_t
;
lv_types.h:144
lv_image_cache_data_t
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
lv_image_decoder_add_to_cache()::search_key
lv_image_decoder_add_to_cache()
lv_image_decoder.h:174
lv_image_decoder_add_to_cache()::search_key
lv_image_decoder_add_to_cache()
lv_image_decoder.c:218
image_cache_compare_cb()::lhs
image_cache_compare_cb()
lv_image_cache.c:34
image_cache_compare_cb()::rhs
image_cache_compare_cb()
lv_image_cache.c:35
image_cache_free_cb()::entry
image_cache_free_cb()
lv_image_cache.c:36
image_cache_compare_cb()::lhs
image_cache_compare_cb()
lv_image_cache.c:127
image_cache_compare_cb()::rhs
image_cache_compare_cb()
lv_image_cache.c:128
image_cache_free_cb()::entry
image_cache_free_cb()
lv_image_cache.c:133
Lifecycle
from
examples
All items filtered out
All items filtered out