Searched refs:vg_color16_alpha_t (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 113 } vg_color16_alpha_t; typedef 348 static vg_lite_converter<vg_color16_alpha_t, vg_color32_t> conv_bgra8888_to_bgra5658( 349 …[](vg_color16_alpha_t * dest, const vg_color32_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t… 374 static vg_lite_converter<vg_color32_t, vg_color16_alpha_t> conv_bgra5658_to_bgra8888( 375 …[](vg_color32_t * dest, const vg_color16_alpha_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t… 708 …static void picture_bgra8888_to_bgra5658(vg_color16_alpha_t * dest, const vg_color32_t * src, vg_l… in picture_bgra8888_to_bgra5658() 810 (vg_color16_alpha_t *)ctx->target_buffer, in vg_lite_finish()
|