lv_g2d_buf_map.h
API reference for lv_g2d_buf_map.h
Summary
Functions
draw/nxp/g2d/lv_g2d_buf_map.h:60function
g2d_create_buf_map
void g2d_create_buf_map(void)draw/nxp/g2d/lv_g2d_buf_map.h:62function
g2d_free_buf_map
void g2d_free_buf_map(void)draw/nxp/g2d/lv_g2d_buf_map.h:64function
g2d_insert_buf_map
void g2d_insert_buf_map(void *key, struct g2d_buf *value)| Name | Type |
|---|---|
key | void * |
value | struct g2d_buf * |
draw/nxp/g2d/lv_g2d_buf_map.h:66function
g2d_search_buf_map
struct g2d_buf * g2d_search_buf_map(void *key)| Name | Type |
|---|---|
key | void * |
draw/nxp/g2d/lv_g2d_buf_map.h:68function
g2d_free_item
void g2d_free_item(void *key)| Name | Type |
|---|---|
key | void * |
draw/nxp/g2d/lv_g2d_buf_map.h:70function
g2d_print_table
void g2d_print_table(void)Structs
struct
lv_map_item
Copyright 2024 NXP
SPDX-License-Identifier: MIT
| Member | Type | Description |
|---|---|---|
key | void * | |
value | struct g2d_buf * |
struct
lv_buf_map
| Member | Type | Description |
|---|---|---|
items | lv_map_item_t ** | |
overflow_list | lv_array_t ** | |
size | int | |
count | int |
Typedefs
lv_map_item_t
typedef struct lv_map_item lv_map_item_tCopyright 2024 NXP
SPDX-License-Identifier: MIT
lv_buf_map_t
typedef struct lv_buf_map lv_buf_map_tDependencies
lv_conf_internal.hlv_array.hstring.h
Indirect dependencies
How is this guide?
Last updated on