i2c_oled sample
refr_cell_size()
is only used within i2c_oled 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
i2c_oled sample
refr_cell_size()
refr_cell_size() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_table.c:40
static
void
refr_cell_size
(
lv_obj_t
*
obj
,
uint32_t
row
,
uint32_t
col
)
;
Implemented in
lv_table.c:796
Arguments
Argument
obj
row
col
Examples
References
from
examples
Code
Location
Referrer
static
void
refr_cell_size
(
lv_obj_t
*
obj
,
uint32_t
row
,
uint32_t
col
)
lv_table.c:796
static
void
refr_cell_size
(
lv_obj_t
*
obj
,
uint32_t
row
,
uint32_t
col
)
;
lv_table.c:40
refr_cell_size
(
obj
,
row
,
col
)
;
lv_table.c:111
lv_table_set_cell_value()
refr_cell_size
(
obj
,
row
,
col
)
;
lv_table.c:182
lv_table_set_cell_value_fmt()
Call Tree
from
examples
refr_cell_size()
is called by 2 functions and calls 15 functions:
lv_table_set_cell_value()
lv_table_set_cell_value_fmt()
All items filtered out
refr_cell_size()
lv_obj_get_style_text_font()
lv_obj_get_style_text_letter_space()
lv_obj_get_style_text_line_space()
lv_obj_get_style_min_height()
lv_obj_get_style_max_height()
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_refresh_self_size()
lv_obj_invalidate_area()
lv_obj_invalidate()
lv_area_move()
get_row_height()
get_cell_area()
All items filtered out
Data Use
from
examples
refr_cell_size()
reads 5 variables:
_lv_obj_t::coords
lv_area_t::x1
lv_area_t::y1
::LV_PART_ITEMS
lv_table_t::row_h
All items filtered out
refr_cell_size()
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