i2c_oled sample
argb_and_rgb_aa()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
argb_and_rgb_aa()
argb_and_rgb_aa() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_sw_transform.c:64
static
void
argb_and_rgb_aa
(
const
uint8_t
*
src
,
lv_coord_t
src_w
,
lv_coord_t
src_h
,
lv_coord_t
src_stride
,
int32_t
xs_ups
,
int32_t
ys_ups
,
int32_t
xs_step
,
int32_t
ys_step
,
int32_t
x_end
,
lv_color_t
*
cbuf
,
uint8_t
*
abuf
,
lv_img_cf_t
cf
)
;
Implemented in
lv_draw_sw_transform.c:268
Arguments
Argument
src
src_w
src_h
src_stride
xs_ups
ys_ups
xs_step
ys_step
x_end
cbuf
abuf
cf
Examples
References
from
examples
Code
Location
Referrer
static
void
argb_and_rgb_aa
(
const
uint8_t
*
src
,
lv_coord_t
src_w
,
lv_coord_t
src_h
,
lv_coord_t
src_stride
,
lv_draw_sw_transform.c:268
static
void
argb_and_rgb_aa
(
const
uint8_t
*
src
,
lv_coord_t
src_w
,
lv_coord_t
src_h
,
lv_coord_t
src_stride
,
lv_draw_sw_transform.c:64
argb_and_rgb_aa
(
src_buf
,
src_w
,
src_h
,
src_stride
,
xs_ups
,
ys_ups
,
xs_step_256
,
ys_step_256
,
dest_w
,
cbuf
,
abuf
,
cf
)
;
lv_draw_sw_transform.c:148
lv_draw_sw_transform()
Call Tree
from
examples
argb_and_rgb_aa()
is called by 1 function and calls 2 functions:
lv_draw_sw_transform()
All items filtered out
argb_and_rgb_aa()
lv_color_mix()
_lv_refr_get_disp_refreshing()
All items filtered out
Data Use
from
examples
argb_and_rgb_aa()
reads 7 variables:
_lv_disp_drv_t::color_chroma_key
_lv_disp_t::driver
::LV_IMG_CF_TRUE_COLOR
::LV_IMG_CF_TRUE_COLOR_ALPHA
::LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED
::LV_OPA_50
lv_color1_t::full
All items filtered out
argb_and_rgb_aa()
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