Home
last modified time | relevance | path

Searched defs:palette_size_bytes (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c210 uint32_t palette_size_bytes = palette_size * sizeof(lv_color32_t); in decoder_open_variable() local
284 uint32_t palette_size_bytes = palette_size * sizeof(lv_color32_t); in decoder_open_file() local
Dlv_vg_lite_utils.c737 …uint32_t palette_size_bytes = LV_COLOR_INDEXED_PALETTE_SIZE(draw_buf->header.cf) * sizeof(uint32_t… in lv_vg_lite_buffer_from_draw_buf() local