Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.h88 const char * lv_vg_lite_buffer_format_string(vg_lite_buffer_format_t format);
106 vg_lite_buffer_format_t lv_vg_lite_vg_fmt(lv_color_format_t cf);
109 vg_lite_buffer_format_t format,
114 uint32_t lv_vg_lite_width_to_stride(uint32_t w, vg_lite_buffer_format_t color_format);
124 vg_lite_buffer_format_t format,
142 uint32_t lv_vg_lite_get_palette_size(vg_lite_buffer_format_t format);
Dlv_vg_lite_utils.c215 const char * lv_vg_lite_buffer_format_string(vg_lite_buffer_format_t format) in lv_vg_lite_buffer_format_string()
502 vg_lite_buffer_format_t lv_vg_lite_vg_fmt(lv_color_format_t cf) in lv_vg_lite_vg_fmt()
566 vg_lite_buffer_format_t format, in lv_vg_lite_buffer_format_bytes()
654 uint32_t lv_vg_lite_width_to_stride(uint32_t w, vg_lite_buffer_format_t color_format) in lv_vg_lite_width_to_stride()
678 vg_lite_buffer_format_t format, in lv_vg_lite_buffer_init()
734 vg_lite_buffer_format_t format = lv_vg_lite_vg_fmt(draw_buf->header.cf); in lv_vg_lite_buffer_from_draw_buf()
870 uint32_t lv_vg_lite_get_palette_size(vg_lite_buffer_format_t format) in lv_vg_lite_get_palette_size()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_utils.c181 vg_lite_buffer_format_t vglite_get_buf_format(lv_color_format_t cf) in vglite_get_buf_format()
183 vg_lite_buffer_format_t vg_buffer_format = VG_LITE_BGR565; in vglite_get_buf_format()
Dlv_vglite_utils.h136 vg_lite_buffer_format_t vglite_get_buf_format(lv_color_format_t cf);
Dlv_vglite_buf.c88 vg_lite_buffer_format_t vgformat = vglite_get_buf_format(cf); in vglite_set_buf()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h382 } vg_lite_buffer_format_t; typedef
807 vg_lite_buffer_format_t format; /*! The pixel format of the buffer. */
Dvg_lite_tvg.cpp157 vg_lite_buffer_format_t target_format;
218 const vg_lite_uint32_t * get_CLUT(vg_lite_buffer_format_t format) in get_CLUT()
321 static void get_format_bytes(vg_lite_buffer_format_t format,
2527 static vg_lite_uint32_t width_to_stride(vg_lite_uint32_t w, vg_lite_buffer_format_t color_format) in width_to_stride()
2539 vg_lite_buffer_format_t color_format, in decode_indexed_line()
2753 static void get_format_bytes(vg_lite_buffer_format_t format, in get_format_bytes()