Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d_fill.c103 .fg_color = lv_color_to_u32(color), in lv_draw_dma2d_fill()
Dlv_draw_dma2d.c148 return lv_color_to_u32(color); in lv_draw_dma2d_color_to_dma2d_color()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_fill.c120 PXP_SetProcessSurfaceBackGroundColor(PXP_ID, lv_color_to_u32(dsc->color)); in _pxp_fill()
Dlv_draw_pxp_img.c146 PXP_SetProcessSurfaceBackGroundColor(PXP_ID, lv_color_to_u32(dsc->recolor)); in _pxp_blit_recolor()
/lvgl-latest/src/draw/sw/arm2d/
Dlv_draw_sw_arm2d.h149 lv_color_to_u32(draw_dsc->recolor), \
575 lv_color_to_u32(color), in lv_draw_sw_image_recolor_rgb888()
/lvgl-latest/src/draw/sw/blend/arm2d/
Dlv_blend_arm2d.h559 lv_color_to_u32(dsc->color)); in lv_color_blend_to_rgb888_arm2d()
576 lv_color_to_u32(dsc->color), in lv_color_blend_to_rgb888_with_opa_arm2d()
596 lv_color_to_u32(dsc->color)); in lv_color_blend_to_rgb888_with_mask_arm2d()
615 lv_color_to_u32(dsc->color), in lv_color_blend_to_rgb888_mix_mask_opa_arm2d()
/lvgl-latest/src/misc/
Dlv_color.h333 uint32_t lv_color_to_u32(lv_color_t color);
Dlv_color.c121 uint32_t lv_color_to_u32(lv_color_t color) in lv_color_to_u32() function
/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_rgb888.c227 uint32_t color32 = lv_color_to_u32(dsc->color); in lv_draw_sw_blend_color_to_rgb888()
263 uint32_t color32 = lv_color_to_u32(dsc->color); in lv_draw_sw_blend_color_to_rgb888()
278 uint32_t color32 = lv_color_to_u32(dsc->color); in lv_draw_sw_blend_color_to_rgb888()
295 uint32_t color32 = lv_color_to_u32(dsc->color); in lv_draw_sw_blend_color_to_rgb888()
Dlv_draw_sw_blend_to_argb8888.c236 uint32_t color32 = lv_color_to_u32(dsc->color); in lv_draw_sw_blend_color_to_argb8888()
/lvgl-latest/src/widgets/canvas/
Dlv_canvas.c317 uint32_t c32 = lv_color_to_u32(color); in lv_canvas_fill_bg()