Home
last modified time | relevance | path

Searched refs:vg_color24_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp102 } vg_color24_t; typedef
398 static vg_lite_converter<vg_color32_t, vg_color24_t> conv_bgr888_to_bgra8888(
399 …[](vg_color32_t * dest, const vg_color24_t * src, vg_lite_uint32_t px_size, vg_lite_uint32_t /* co…
720 …static void picture_bgra8888_to_bgr888(vg_color24_t * dest, const vg_color32_t * src, vg_lite_uint… in picture_bgra8888_to_bgr888()
816 (vg_color24_t *)ctx->target_buffer, in vg_lite_finish()