Searched refs:vg_color32_t (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 120 } vg_color32_t; typedef 336 static vg_lite_converter<vg_color16_t, vg_color32_t> conv_bgra8888_to_bgr565( 337 …[](vg_color16_t * dest, const vg_color32_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t /* co… 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… 361 static vg_lite_converter<vg_color32_t, vg_color16_t> conv_bgr565_to_bgra8888( 362 …[](vg_color32_t * dest, const vg_color16_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t /* co… 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… 387 static vg_lite_converter<vg_color32_t, vg_color32_t> conv_bgrx8888_to_bgra8888( [all …]
|