i80_controller sample
lv_checkbox_draw()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
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_checkbox_draw()
lv_checkbox_draw() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_checkbox.c:35
static
void
lv_checkbox_draw
(
lv_event_t
*
e
)
;
Implemented in
lv_checkbox.c:213
Arguments
Argument
e
Examples
References
from
examples
Code
Location
Referrer
static
void
lv_checkbox_draw
(
lv_event_t
*
e
)
lv_checkbox.c:213
static
void
lv_checkbox_draw
(
lv_event_t
*
e
)
;
lv_checkbox.c:35
lv_checkbox_draw
(
e
)
;
lv_checkbox.c:209
lv_checkbox_event()
Call Tree
from
examples
lv_checkbox_draw()
is called by 1 function and calls 25 functions:
lv_checkbox_event()
All items filtered out
lv_checkbox_draw()
lv_area_copy()
lv_obj_get_style_pad_top()
lv_obj_get_style_pad_bottom()
lv_obj_get_style_pad_left()
lv_obj_get_style_pad_right()
lv_obj_get_style_transform_width()
lv_obj_get_style_transform_height()
lv_obj_get_style_pad_column()
lv_obj_get_style_border_width()
lv_obj_get_style_text_font()
lv_obj_get_style_text_letter_space()
lv_obj_get_style_text_line_space()
lv_obj_get_style_base_dir()
lv_event_get_current_target()
lv_area_get_height()
lv_area_increase()
lv_draw_label()
lv_draw_rect_dsc_init()
lv_draw_rect()
lv_draw_label_dsc_init()
lv_obj_init_draw_rect_dsc()
lv_obj_init_draw_label_dsc()
lv_event_get_layer()
lv_font_get_line_height()
lv_text_get_size()
All items filtered out
Data Use
from
examples
lv_checkbox_draw()
reads 11 variables and writes 5 variables:
lv_point_t::x
lv_point_t::y
lv_area_t::x1
lv_area_t::y1
lv_area_t::x2
::LV_PART_MAIN
::LV_PART_INDICATOR
lv_obj_t::coords
lv_text_flag_t::LV_TEXT_FLAG_NONE
lv_base_dir_t::LV_BASE_DIR_RTL
lv_checkbox_t::txt
All items filtered out
lv_checkbox_draw()
lv_area_t::x1
lv_area_t::y1
lv_area_t::x2
lv_area_t::y2
lv_draw_label_dsc_t::text
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