Searched refs:lv_color32_t (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/src/extra/libs/png/ |
D | lv_png.c | 235 lv_color32_t * img_argb = (lv_color32_t *)img; in convert_color_depth() 245 lv_color32_t * img_argb = (lv_color32_t *)img; in convert_color_depth() 255 lv_color32_t * img_argb = (lv_color32_t *)img; in convert_color_depth() 264 lv_color32_t * img_argb = (lv_color32_t *)img; in convert_color_depth()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_dither.c | 55 lv_color32_t tmp = grad->hmap[LV_CLAMP(0, j - 4, grad->size)]; in lv_dither_ordered_hor() 56 lv_color32_t t; in lv_dither_ordered_hor() 76 lv_color32_t tmp = grad->hmap[LV_CLAMP(0, y - 4, grad->size)]; in lv_dither_ordered_ver() 81 lv_color32_t t; in lv_dither_ordered_ver() 116 #define FS_QUANT_ERROR(e, t, q) { lv_color32_t u; u.full = lv_color_to32(q); e.r = (int8_t)(t.ch.re… in lv_dither_err_diff_hor() 121 lv_color32_t t = grad->hmap[x]; in lv_dither_err_diff_hor() 190 lv_color32_t t = grad->hmap[y]; in lv_dither_err_diff_ver() 197 lv_color32_t t = grad->hmap[y]; in lv_dither_err_diff_ver()
|
D | lv_draw_sw_gradient.h | 31 typedef lv_color32_t lv_grad_color_t; 51 …lv_color32_t * hmap; /**< If dithering, we need to store the current, high bitdepth gradi…
|
D | lv_draw_sw_gradient.c | 75 s += ALIGN(c->size * sizeof(lv_color32_t)); in get_cache_item_size() 128 c->hmap = (lv_color32_t *)(((uint8_t *)c->hmap) - size); in free_item() 165 req_size += ALIGN(size * sizeof(lv_color32_t)); in allocate_item() 207 … item->hmap = (lv_color32_t *)(p + ALIGN(sizeof(*item)) + ALIGN(map_size * sizeof(lv_color_t))); in allocate_item() 218 …item->hmap = (lv_color32_t *)(grad_cache_end + ALIGN(sizeof(*item)) + ALIGN(map_size * sizeof(lv_c… in allocate_item() 298 lv_color32_t one, two; in lv_gradient_calculate()
|
/lvgl-latest/src/extra/libs/bmp/ |
D | lv_bmp.c | 218 lv_color32_t * c = (lv_color32_t *)&buf[i * 4]; in decoder_read_line() 230 lv_color32_t * c = (lv_color32_t *)&buf[i * 4]; in decoder_read_line()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_utils.c | 77 lv_res_t lv_vglite_premult_and_swizzle(vg_lite_color_t * vg_col32, lv_color32_t lv_col32, lv_opa_t … in lv_vglite_premult_and_swizzle() 81 lv_color32_t lv_col32_premul = lv_col32; in lv_vglite_premult_and_swizzle()
|
D | lv_vglite_utils.h | 104 lv_res_t lv_vglite_premult_and_swizzle(vg_lite_color_t * vg_col32, lv_color32_t lv_col32, lv_opa_t …
|
D | lv_draw_vglite_line.c | 106 lv_color32_t col32 = { .full = lv_color_to32(dsc->color) }; /*Convert color to RGBA8888*/ in lv_gpu_nxp_vglite_draw_line()
|
D | lv_draw_vglite_rect.c | 127 lv_color32_t col32[2]; in lv_gpu_nxp_vglite_draw_bg() 164 lv_color32_t bg_col32 = {.full = lv_color_to32(dsc->bg_color)}; /*Convert color to RGBA8888*/ in lv_gpu_nxp_vglite_draw_bg() 242 lv_color32_t col32; in lv_gpu_nxp_vglite_draw_border_generic()
|
D | lv_draw_vglite_blend.c | 154 lv_color32_t col32 = {.full = lv_color_to32(color)}; /*Convert color to RGBA8888*/ in lv_gpu_nxp_vglite_fill()
|
D | lv_draw_vglite_arc.c | 110 lv_color32_t col32 = {.full = lv_color_to32(dsc->color)}; /*Convert color to RGBA8888*/ in lv_gpu_nxp_vglite_draw_arc()
|
/lvgl-latest/src/draw/ |
D | lv_img_buf.c | 221 buf_u8 += sizeof(lv_color32_t) * 2; /*Skip the palette*/ in lv_img_buf_set_px_color() 234 buf_u8 += sizeof(lv_color32_t) * 4; /*Skip the palette*/ in lv_img_buf_set_px_color() 247 buf_u8 += sizeof(lv_color32_t) * 16; /*Skip the palette*/ in lv_img_buf_set_px_color() 259 buf_u8 += sizeof(lv_color32_t) * 256; /*Skip the palette*/ in lv_img_buf_set_px_color() 273 lv_color32_t c32; in lv_img_buf_set_palette()
|
D | lv_img_decoder.c | 434 lv_color32_t cur_color; in lv_img_decoder_built_in_open() 437 lv_fs_read(&user_data->f, &cur_color, sizeof(lv_color32_t), NULL); in lv_img_decoder_built_in_open() 444 lv_color32_t * palette_p = (lv_color32_t *)((lv_img_dsc_t *)dsc->src)->data; in lv_img_decoder_built_in_open()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_utils.c | 87 lv_color32_t * color32_t = (lv_color32_t *) &color32; in lv_color_to_sdl_color()
|
/lvgl-latest/docs/overview/ |
D | color.md | 107 - `lv_color32_t` A structure to store R (8 bit),G (8 bit), B (8 bit) components for 24-bit colors (… 112 The `lv_color_t`, `lv_color1_t`, `lv_color8_t`, `lv_color16_t` and `lv_color32_t` types have four f… 140 lv_color32_t c24;
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 232 } lv_color32_t; typedef 382 lv_color32_t ret; in lv_color_to32() 418 lv_color32_t ret; in lv_color_to32() 588 lv_color32_t c32; in lv_color_brightness()
|
D | lv_color.c | 269 lv_color32_t color32; in lv_color_to_hsv()
|
/lvgl-latest/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.c | 334 lv_color32_t * img_src_p = (lv_color32_t *)img; in convert_color_depth() 338 lv_color32_t temp = *img_src_p; in convert_color_depth()
|
/lvgl-latest/tests/unity/ |
D | unity_support.c | 77 extern lv_color32_t test_fb[]; in lv_test_assert_img_eq()
|
/lvgl-latest/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 125 lv_color32_t c32; in lv_colorwheel_set_rgb()
|