feat(vg_lite): adapt to new cache framework (#5095)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2023-12-25 23:00:23 +08:00
committed by GitHub
parent 819b77d8f0
commit 30ba2f791b
5 changed files with 94 additions and 214 deletions

View File

@@ -66,12 +66,6 @@ extern "C" {
* TYPEDEFS
**********************/
typedef enum {
LV_VG_LITE_IMAGE_FLAG_ALLOCED = 1 << 0,
LV_VG_LITE_IMAGE_FLAG_ALIGNED = 1 << 1,
LV_VG_LITE_IMAGE_FLAG_PRE_MUL = 1 << 2,
} lv_vg_lite_image_flag_t;
/**********************
* GLOBAL PROTOTYPES
**********************/