lv_draw_buf_convert_neon.h

API reference for lv_draw_buf_convert_neon.h

Report on GitHub

Functions

_lv_draw_buf_convert_premultiply_indexed_neon

Convert indexed draw_buf to premultiplied format with neon specific optimizations

 
lv_result_t _lv_draw_buf_convert_premultiply_indexed_neon(lv_draw_buf_t *buf)
Parameters
NameTypeDescription
buflv_draw_buf_t *pointer to a draw buf

_lv_draw_buf_convert_premultiply_argb8888_neon

Convert argb8888 draw_buf to premultiplied format with neon specific optimizations

 
lv_result_t _lv_draw_buf_convert_premultiply_argb8888_neon(lv_draw_buf_t *buf)
Parameters
NameTypeDescription
buflv_draw_buf_t *pointer to a draw buf

Macros

LV_DRAW_CONVERT_PREMULTIPLY_INDEXED

 
#define LV_DRAW_CONVERT_PREMULTIPLY_INDEXED(buf) \
    _lv_draw_buf_convert_premultiply_indexed_neon(buf)

LV_DRAW_CONVERT_PREMULTIPLY_ARGB8888

 
#define LV_DRAW_CONVERT_PREMULTIPLY_ARGB8888(buf) \
    _lv_draw_buf_convert_premultiply_argb8888_neon(buf)

Dependencies

How is this guide?

Last updated on

On this page