i2c_oled sample
_lv_draw_mask_cleanup()
is only used within i2c_oled 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
i2c_oled sample
_lv_draw_mask_cleanup()
_lv_draw_mask_cleanup() function
Called by LVGL the rendering of a screen is ready to clean up the temporal (cache) data of the masks
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_mask.h:294
void
_lv_draw_mask_cleanup
(
void
)
;
Implemented in
lv_draw_mask.c:231
Examples
References
from
examples
Code
Location
Referrer
void
_lv_draw_mask_cleanup
(
void
)
lv_draw_mask.c:231
void
_lv_draw_mask_cleanup
(
void
)
;
lv_draw_mask.h:294
_lv_draw_mask_cleanup
(
)
;
lv_refr.c:353
_lv_disp_refr_timer()
Call Tree
from
examples
_lv_draw_mask_cleanup()
is called by 1 function and calls 2 functions:
_lv_disp_refr_timer()
All items filtered out
_lv_draw_mask_cleanup()
lv_mem_free()
lv_memset_00()
All items filtered out
Data Use
from
examples
_lv_draw_mask_cleanup()
reads 2 variables:
_lv_draw_mask_radius_circle_dsc_t::buf
_lv_circle_cache
All items filtered out
_lv_draw_mask_cleanup()
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