i2c_oled sample
point_transform_dsc_t::pivot
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
point_transform_dsc_t::pivot
point_transform_dsc_t::pivot field
Syntax
Show:
Summary
Declaration
from
lv_draw_sw_transform.c:33
lv_point_t
pivot
;
Examples
References
from
examples
Code
Location
Referrer
lv_point_t
pivot
;
lv_draw_sw_transform.c:33
tr_dsc
.
pivot
=
draw_dsc
->
pivot
;
lv_draw_sw_transform.c:89
lv_draw_sw_transform()
tr_dsc
.
pivot_x_256
=
tr_dsc
.
pivot
.
x
*
256
;
lv_draw_sw_transform.c:105
lv_draw_sw_transform()
tr_dsc
.
pivot_y_256
=
tr_dsc
.
pivot
.
y
*
256
;
lv_draw_sw_transform.c:106
lv_draw_sw_transform()
xin
-=
t
->
pivot
.
x
;
lv_draw_sw_transform.c:478
transform_point_upscaled()
yin
-=
t
->
pivot
.
y
;
lv_draw_sw_transform.c:479
transform_point_upscaled()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
point_transform_dsc_t::pivot
is written by 1 function and is read by 2 functions:
lv_draw_sw_transform()
All items filtered out
point_transform_dsc_t::pivot
lv_draw_sw_transform()
transform_point_upscaled()
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