i2c_oled sample
LV_OPA_MAX
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_OPA_MAX
LV_OPA_MAX macro
Syntax
Show:
Summary
Declaration
from
lv_color.h:58
#define
LV_OPA_MAX
253
Examples
References
from
examples
Code
Location
#define
LV_OPA_MAX
253
/*Opacities above this will fully cover*/
lv_color.h:58
if
(
fg_opa
>=
LV_OPA_MAX
||
bg_opa
<=
LV_OPA_MIN
)
{
lv_color.h:529
else
if
(
bg_opa
>=
LV_OPA_MAX
)
{
lv_color.h:539
if
(
mask_new
>=
LV_OPA_MAX
)
return
mask_act
;
lv_draw_mask.c:1523
if
(
opa
>=
LV_OPA_MAX
)
{
lv_draw_sw_blend.c:242
if
(
opa
>=
LV_OPA_MAX
)
{
lv_draw_sw_blend.c:283
lv_opa_t
opa_tmp
=
mask
[
0
]
>=
LV_OPA_MAX
?
opa
:
(
uint32_t
)
(
(
uint32_t
)
mask
[
0
]
*
opa
)
>
>
8
;
lv_draw_sw_blend.c:570
opa_tmp
=
mask
[
x
]
>=
LV_OPA_MAX
?
opa
:
(
uint32_t
)
(
(
uint32_t
)
mask
[
x
]
*
opa
)
>
>
8
;
lv_draw_sw_blend.c:577
if
(
opa
>=
LV_OPA_MAX
)
{
lv_draw_sw_blend.c:639
if
(
opa
>
LV_OPA_MAX
)
{
lv_draw_sw_blend.c:659
lv_opa_t
opa_tmp
=
mask
[
x
]
>=
LV_OPA_MAX
?
opa
:
(
(
opa
*
mask
[
x
]
)
>
>
8
)
;
lv_draw_sw_blend.c:708
lv_opa_t
last_opa
=
mask
[
0
]
>=
LV_OPA_MAX
?
opa
:
(
(
opa
*
mask
[
0
]
)
>
>
8
)
;
lv_draw_sw_blend.c:915
lv_opa_t
opa_tmp
=
mask
[
x
]
>=
LV_OPA_MAX
?
opa
:
(
(
opa
*
mask
[
x
]
)
>
>
8
)
;
lv_draw_sw_blend.c:920
if
(
opa
<
LV_OPA_MAX
)
{
lv_draw_sw_letter.c:224
if
(
dsc
->
border_width
>
1
&&
dsc
->
border_opa
>=
LV_OPA_MAX
&&
dsc
->
radius
!=
0
)
{
lv_draw_sw_rect.c:108
lv_opa_t
opa
=
dsc
->
bg_opa
>=
LV_OPA_MAX
?
LV_OPA_COVER
:
dsc
->
bg_opa
;
lv_draw_sw_rect.c:139
if
(
opa
>
LV_OPA_MAX
)
opa
=
LV_OPA_COVER
;
lv_draw_sw_rect.c:460
if
(
opa
>
LV_OPA_MAX
)
opa
=
LV_OPA_COVER
;
lv_draw_sw_rect.c:1121
if
(
opa
<
LV_OPA_MAX
)
{
lv_hal_disp.c:671
arc_dsc
.
opa
=
indic
->
opa
>
LV_OPA_MAX
?
opa_main
:
(
opa_main
*
indic
->
opa
)
>
>
8
;
lv_meter.c:354
line_dsc
.
opa
=
indic
->
opa
>
LV_OPA_MAX
?
opa_main
:
(
opa_main
*
indic
->
opa
)
>
>
8
;
lv_meter.c:586
img_dsc
.
opa
=
indic
->
opa
>
LV_OPA_MAX
?
opa_main
:
(
opa_main
*
indic
->
opa
)
>
>
8
;
lv_meter.c:608
if
(
lv_obj_get_style_bg_opa
(
obj
,
LV_PART_MAIN
)
<
LV_OPA_MAX
)
{
lv_obj.c:492
if
(
opa
<
LV_OPA_MAX
)
{
lv_obj.c:682
if
(
opa
<
LV_OPA_MAX
)
{
lv_obj_draw.c:185
if
(
opa
<
LV_OPA_MAX
)
{
lv_obj_draw.c:206
if
(
opa
<
LV_OPA_MAX
)
{
lv_obj_draw.c:239
if
(
opa
<
LV_OPA_MAX
)
{
lv_obj_draw.c:269
if
(
opa
<
LV_OPA_MAX
)
{
lv_obj_draw.c:306
if
(
obj_opa
<
LV_OPA_MAX
)
{
lv_span.c:936
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