i80_controller sample
_circle_cache
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
_circle_cache
_circle_cache macro
Syntax
Show:
Summary
Declaration
from
lv_draw_sw_mask.c:27
#define
_circle_cache
LV_GLOBAL_DEFAULT
(
)
->
sw_circle_cache
Examples
References
from
examples
Code
Location
#define
_circle_cache
LV_GLOBAL_DEFAULT
(
)
->
sw_circle_cache
lv_draw_sw_mask.c:27
if
(
_circle_cache
[
i
]
.
buf
)
{
lv_draw_sw_mask.c:134
lv_free
(
_circle_cache
[
i
]
.
buf
)
;
lv_draw_sw_mask.c:135
lv_memzero
(
&
(
_circle_cache
[
i
]
)
,
sizeof
(
_circle_cache
[
i
]
)
)
;
lv_draw_sw_mask.c:137
if
(
_circle_cache
[
i
]
.
radius
==
radius
)
{
lv_draw_sw_mask.c:320
_circle_cache
[
i
]
.
used_cnt
++
;
lv_draw_sw_mask.c:321
CIRCLE_CACHE_AGING
(
_circle_cache
[
i
]
.
life
,
radius
)
;
lv_draw_sw_mask.c:322
param
->
circle
=
&
(
_circle_cache
[
i
]
)
;
lv_draw_sw_mask.c:323
if
(
_circle_cache
[
i
]
.
used_cnt
==
0
)
{
lv_draw_sw_mask.c:332
if
(
!
entry
)
entry
=
&
(
_circle_cache
[
i
]
)
;
lv_draw_sw_mask.c:333
else
if
(
_circle_cache
[
i
]
.
life
<
entry
->
life
)
entry
=
&
(
_circle_cache
[
i
]
)
;
lv_draw_sw_mask.c:334
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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