i80_controller sample
theme_def
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
theme_def
theme_def macro
Syntax
Show:
Summary
Declaration
from
lv_theme_default.c:24
#define
theme_def
(
*
(
my_theme_t
*
*
)
(
&
LV_GLOBAL_DEFAULT
(
)
->
theme_default
)
)
Examples
References
from
examples
Code
Location
#define
theme_def
(
*
(
my_theme_t
*
*
)
(
&
LV_GLOBAL_DEFAULT
(
)
->
theme_default
)
)
lv_theme_default.c:24
#define
theme_def
(
*
(
my_theme_t
*
*
)
(
&
LV_GLOBAL_DEFAULT
(
)
->
theme_simple
)
)
lv_theme_simple.c:24
if
(
theme_def
->
base
.
flags
&
MODE_DARK
)
return
lv_color_mix
(
lv_palette_darken
(
LV_PALETTE_GREY
,
2
)
,
color
,
opa
)
;
lv_theme_default.c:209
theme_def
=
lv_malloc_zeroed
(
sizeof
(
my_theme_t
)
)
;
lv_theme_default.c:648
my_theme_t
*
theme
=
theme_def
;
lv_theme_default.c:651
my_theme_t
*
theme
=
theme_def
;
lv_theme_default.c:695
lv_free
(
theme_def
)
;
lv_theme_default.c:705
theme_def
=
NULL
;
lv_theme_default.c:706
return
(
lv_theme_t
*
)
theme_def
;
lv_theme_default.c:716
my_theme_t
*
theme
=
theme_def
;
lv_theme_default.c:721
my_theme_t
*
theme
=
theme_def
;
lv_theme_default.c:730
if
(
theme_def
->
inited
)
{
lv_theme_default.c:1220
my_theme_t
*
theme
=
theme_def
;
lv_theme_simple.c:147
return
(
lv_theme_t
*
)
theme_def
;
lv_theme_simple.c:158
my_theme_t
*
theme
=
theme_def
;
lv_theme_simple.c:163
lv_free
(
theme_def
)
;
lv_theme_simple.c:172
theme_def
=
NULL
;
lv_theme_simple.c:173
theme_def
=
lv_malloc_zeroed
(
sizeof
(
my_theme_t
)
)
;
lv_theme_simple.c:183
my_theme_t
*
theme
=
theme_def
;
lv_theme_simple.c:186
return
(
lv_theme_t
*
)
theme_def
;
lv_theme_simple.c:202
my_theme_t
*
theme
=
theme_def
;
lv_theme_simple.c:209
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