Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_color.h144 } lv_color32_t; typedef
157 typedef lv_color32_t lv_color_t;
299 lv_color32_t ret; in lv_color_to1()
307 lv_color32_t ret; in lv_color_to1()
314 lv_color32_t ret; in lv_color_to1()
361 lv_color32_t c32; in lv_color_to1()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw_img.c244 buf_u8 += sizeof(lv_color32_t) * 2; /*Skip the palette*/ in lv_img_buf_set_px_color()
256 buf_u8 += sizeof(lv_color32_t) * 4; /*Skip the palette*/ in lv_img_buf_set_px_color()
268 buf_u8 += sizeof(lv_color32_t) * 16; /*Skip the palette*/ in lv_img_buf_set_px_color()
279 buf_u8 += sizeof(lv_color32_t) * 256; /*Skip the palette*/ in lv_img_buf_set_px_color()
357 lv_color32_t c32; in lv_img_buf_set_palette()
A Dlv_img_decoder.c396 lv_color32_t * palette_p = (lv_color32_t *)((lv_img_dsc_t *)dsc->src)->data; in lv_img_decoder_built_in_open()
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_disp.c275 memset(disp_drv->buffer->buf_act, 0x00, disp_drv->buffer->size * sizeof(lv_color32_t)); in lv_disp_flush_ready()

Completed in 7 milliseconds