i80_controller sample
draw_buf_malloc()
is only used within i80_controller 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
i80_controller sample
draw_buf_malloc()
draw_buf_malloc() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_buf.c:33
static
void
*
draw_buf_malloc
(
const
lv_draw_buf_handlers_t
*
handler
,
size_t
size_bytes
,
lv_color_format_t
color_format
)
;
Implemented in
lv_draw_buf.c:631
Arguments
Argument
handler
size_bytes
color_format
Examples
References
from
examples
Code
Location
Referrer
static
void
*
draw_buf_malloc
(
const
lv_draw_buf_handlers_t
*
handlers
,
size_t
size_bytes
,
lv_draw_buf.c:631
static
void
*
draw_buf_malloc
(
const
lv_draw_buf_handlers_t
*
handler
,
size_t
size_bytes
,
lv_draw_buf.c:33
void
*
buf
=
draw_buf_malloc
(
handlers
,
size
,
cf
)
;
lv_draw_buf.c:293
lv_draw_buf_create_ex()
Call Tree
from
examples
draw_buf_malloc()
is called by 1 function and calls 1 function:
lv_draw_buf_create_ex()
All items filtered out
draw_buf_malloc()
lv_draw_buf_handlers_t::buf_malloc_cb
All items filtered out
Data Use
from
examples
draw_buf_malloc()
reads 1 variable:
lv_draw_buf_handlers_t::buf_malloc_cb
All items filtered out
draw_buf_malloc()
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