i80_controller sample
lv_imagebutton_src_info_t::header
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_imagebutton_src_info_t::header
lv_imagebutton_src_info_t::header field
Syntax
Show:
Summary
Declaration
from
lv_imagebutton_private.h:32
lv_image_header_t
header
;
Examples
References
from
examples
Code
Location
Referrer
lv_image_header_t
header
;
lv_imagebutton_private.h:32
p
->
x
=
LV_MAX
(
p
->
x
,
imagebutton
->
src_mid
[
state
]
.
header
.
w
)
;
lv_imagebutton.c:179
lv_imagebutton_event()
left_w
=
src_info
->
header
.
w
;
lv_imagebutton.c:211
draw_main()
coords_part
.
x2
=
coords
.
x1
+
src_info
->
header
.
w
-
1
;
lv_imagebutton.c:214
draw_main()
coords_part
.
y2
=
coords
.
y1
+
src_info
->
header
.
h
-
1
;
lv_imagebutton.c:215
draw_main()
right_w
=
src_info
->
header
.
w
;
lv_imagebutton.c:222
draw_main()
coords_part
.
x1
=
coords
.
x2
-
src_info
->
header
.
w
+
1
;
lv_imagebutton.c:223
draw_main()
coords_part
.
y2
=
coords
.
y1
+
src_info
->
header
.
h
-
1
;
lv_imagebutton.c:226
draw_main()
lv_obj_set_height
(
obj
,
imagebutton
->
src_mid
[
state
]
.
header
.
h
)
;
/*Keep the user defined width*/
lv_imagebutton.c:260
refr_image()
lv_result_t
res
=
lv_image_decoder_get_info
(
src
,
&
info
->
header
)
;
lv_imagebutton.c:331
update_src_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_imagebutton_src_info_t::header
is read by 3 functions:
All items filtered out
lv_imagebutton_src_info_t::header
lv_imagebutton_event()
draw_main()
refr_image()
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