i80_controller sample
LV_STYLE_PROP_FLAG_TRANSFORM
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
LV_STYLE_PROP_FLAG_TRANSFORM
LV_STYLE_PROP_FLAG_TRANSFORM macro
Affects the object's transformation
Syntax
Show:
Summary
Declaration
from
lv_style.h:41
#define
LV_STYLE_PROP_FLAG_TRANSFORM
(
1
<
<
5
)
Examples
References
from
examples
Code
Location
#defin
LV_STYLE_PROP_FLAG_TRANSFOR
(
<
5
/**< Affects the object's transformation *
lv_style.h:41
if
(
style
&&
part
==
LV_PART_MAIN
&&
style_has_flag
(
style
,
LV_STYLE_PROP_FLAG_TRANSFORM
)
)
{
lv_obj_style.c:106
if
(
style
&&
part
==
LV_PART_MAIN
&&
style_has_flag
(
style
,
LV_STYLE_PROP_FLAG_TRANSFORM
)
)
{
lv_obj_style.c:210
if
(
selector
==
LV_PART_MAIN
&&
lv_style_prop_has_flag
(
prop
,
LV_STYLE_PROP_FLAG_TRANSFORM
)
)
{
lv_obj_style.c:360
[
LV_STYLE_TRANSFORM_WIDTH
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:48
[
LV_STYLE_TRANSFORM_HEIGHT
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:49
[
LV_STYLE_TRANSFORM_SCALE_X
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_LAYER_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:52
[
LV_STYLE_TRANSFORM_SCALE_Y
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_LAYER_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:53
[
LV_STYLE_TRANSFORM_SKEW_X
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_LAYER_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:54
[
LV_STYLE_TRANSFORM_SKEW_Y
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_LAYER_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:55
[
LV_STYLE_TRANSFORM_ROTATION
]
=
LV_STYLE_PROP_FLAG_EXT_DRAW_UPDATE
|
LV_STYLE_PROP_FLAG_LAYER_UPDATE
|
LV_STYLE_PROP_FLAG_TRANSFORM
,
lv_style.c:56
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