i80_controller sample
lv_image_constructor()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_image_constructor()
lv_image_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_image.c:31
static
void
lv_image_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_image.c:574
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_image_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_image.c:574
static
void
lv_image_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_image.c:31
.
constructor_cb
=
lv_image_constructor
,
lv_image.c:106
Call Tree
from
examples
lv_image_constructor()
calls 5 functions:
All items filtered out
lv_image_constructor()
lv_obj_get_width()
lv_obj_get_height()
lv_point_set()
lv_obj_add_flag()
lv_obj_remove_flag()
All items filtered out
Data Use
from
examples
lv_image_constructor()
reads 5 variables and writes 10 variables:
lv_image_src_t::LV_IMAGE_SRC_UNKNOWN
lv_color_format_t::LV_COLOR_FORMAT_UNKNOWN
lv_obj_flag_t::LV_OBJ_FLAG_CLICKABLE
lv_obj_flag_t::LV_OBJ_FLAG_ADV_HITTEST
lv_image_align_t::LV_IMAGE_ALIGN_CENTER
All items filtered out
lv_image_constructor()
lv_image_t::src
lv_image_t::w
lv_image_t::h
lv_image_t::rotation
lv_image_t::scale_x
lv_image_t::scale_y
lv_image_t::src_type
lv_image_t::cf
lv_image_t::antialias
lv_image_t::align
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
lv_image_constructor()
is implemented by 1 functions:
All items filtered out
lv_image_constructor()
lv_obj_class_t::constructor_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out