Home
last modified time | relevance | path

Searched refs:lv_draw_sw_blend_fill_dsc_t (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_al88.h31 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_blend_color_to_al88(lv_draw_sw_blend_fill_dsc_t * dsc);
Dlv_draw_sw_blend_to_argb8888.h31 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_blend_color_to_argb8888(lv_draw_sw_blend_fill_dsc_t * d…
Dlv_draw_sw_blend_to_i1.h31 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_blend_color_to_i1(lv_draw_sw_blend_fill_dsc_t * dsc);
Dlv_draw_sw_blend_to_l8.h31 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_blend_color_to_l8(lv_draw_sw_blend_fill_dsc_t * dsc);
Dlv_draw_sw_blend_to_rgb565.h31 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_blend_color_to_rgb565(lv_draw_sw_blend_fill_dsc_t * dsc…
Dlv_draw_sw_blend_to_rgb888.h31 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_blend_color_to_rgb888(lv_draw_sw_blend_fill_dsc_t * dsc,
Dlv_draw_sw_blend.c70 lv_draw_sw_blend_fill_dsc_t fill_dsc; in lv_draw_sw_blend()
Dlv_draw_sw_blend_to_l8.c181 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_blend_color_to_l8(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_draw_sw_blend_color_to_l8()
Dlv_draw_sw_blend_to_al88.c197 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_blend_color_to_al88(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_draw_sw_blend_color_to_al88()
Dlv_draw_sw_blend_to_rgb888.c184 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_blend_color_to_rgb888(lv_draw_sw_blend_fill_dsc_t * dsc, uint… in lv_draw_sw_blend_color_to_rgb888()
Dlv_draw_sw_blend_to_argb8888.c209 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_blend_color_to_argb8888(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_draw_sw_blend_color_to_argb8888()
Dlv_draw_sw_blend_to_i1.c203 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_blend_color_to_i1(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_draw_sw_blend_color_to_i1()
Dlv_draw_sw_blend_to_rgb565.c211 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_blend_color_to_rgb565(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_draw_sw_blend_color_to_rgb565()
/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.h302 static inline lv_result_t lv_color_blend_to_rgb565_helium(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_rgb565_helium()
317 static inline lv_result_t lv_color_blend_to_rgb565_with_opa_helium(lv_draw_sw_blend_fill_dsc_t * ds… in lv_color_blend_to_rgb565_with_opa_helium()
332 static inline lv_result_t lv_color_blend_to_rgb565_with_mask_helium(lv_draw_sw_blend_fill_dsc_t * d… in lv_color_blend_to_rgb565_with_mask_helium()
348 static inline lv_result_t lv_color_blend_to_rgb565_mix_mask_opa_helium(lv_draw_sw_blend_fill_dsc_t in lv_color_blend_to_rgb565_mix_mask_opa_helium()
592 static inline lv_result_t lv_color_blend_to_rgb888_helium(lv_draw_sw_blend_fill_dsc_t * dsc, uint32… in lv_color_blend_to_rgb888_helium()
612 static inline lv_result_t lv_color_blend_to_rgb888_with_opa_helium(lv_draw_sw_blend_fill_dsc_t * ds… in lv_color_blend_to_rgb888_with_opa_helium()
634 static inline lv_result_t lv_color_blend_to_rgb888_with_mask_helium(lv_draw_sw_blend_fill_dsc_t * d… in lv_color_blend_to_rgb888_with_mask_helium()
657 static inline lv_result_t lv_color_blend_to_rgb888_mix_mask_opa_helium(lv_draw_sw_blend_fill_dsc_t in lv_color_blend_to_rgb888_mix_mask_opa_helium()
1011 static inline lv_result_t lv_color_blend_to_argb8888_helium(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_argb8888_helium()
1026 static inline lv_result_t lv_color_blend_to_argb8888_with_opa_helium(lv_draw_sw_blend_fill_dsc_t * … in lv_color_blend_to_argb8888_with_opa_helium()
[all …]
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.h294 static inline lv_result_t lv_color_blend_to_rgb565_neon(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_rgb565_neon()
309 static inline lv_result_t lv_color_blend_to_rgb565_with_opa_neon(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_rgb565_with_opa_neon()
324 static inline lv_result_t lv_color_blend_to_rgb565_with_mask_neon(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_rgb565_with_mask_neon()
340 static inline lv_result_t lv_color_blend_to_rgb565_mix_mask_opa_neon(lv_draw_sw_blend_fill_dsc_t * … in lv_color_blend_to_rgb565_mix_mask_opa_neon()
584 static inline lv_result_t lv_color_blend_to_rgb888_neon(lv_draw_sw_blend_fill_dsc_t * dsc, uint32_t… in lv_color_blend_to_rgb888_neon()
604 static inline lv_result_t lv_color_blend_to_rgb888_with_opa_neon(lv_draw_sw_blend_fill_dsc_t * dsc, in lv_color_blend_to_rgb888_with_opa_neon()
626 static inline lv_result_t lv_color_blend_to_rgb888_with_mask_neon(lv_draw_sw_blend_fill_dsc_t * dsc, in lv_color_blend_to_rgb888_with_mask_neon()
649 static inline lv_result_t lv_color_blend_to_rgb888_mix_mask_opa_neon(lv_draw_sw_blend_fill_dsc_t * … in lv_color_blend_to_rgb888_mix_mask_opa_neon()
1003 static inline lv_result_t lv_color_blend_to_argb8888_neon(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_argb8888_neon()
1018 static inline lv_result_t lv_color_blend_to_argb8888_with_opa_neon(lv_draw_sw_blend_fill_dsc_t * ds… in lv_color_blend_to_argb8888_with_opa_neon()
[all …]
/lvgl-latest/src/draw/sw/blend/arm2d/
Dlv_blend_arm2d.h214 static inline lv_result_t lv_color_blend_to_rgb565_arm2d(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_rgb565_arm2d()
225 static inline lv_result_t lv_color_blend_to_rgb565_with_opa_arm2d(lv_draw_sw_blend_fill_dsc_t * dsc) in lv_color_blend_to_rgb565_with_opa_arm2d()
237 static inline lv_result_t lv_color_blend_to_rgb565_with_mask_arm2d(lv_draw_sw_blend_fill_dsc_t * ds… in lv_color_blend_to_rgb565_with_mask_arm2d()
250 static inline lv_result_t lv_color_blend_to_rgb565_mix_mask_opa_arm2d(lv_draw_sw_blend_fill_dsc_t *… in lv_color_blend_to_rgb565_mix_mask_opa_arm2d()
549 static inline lv_result_t lv_color_blend_to_rgb888_arm2d(lv_draw_sw_blend_fill_dsc_t * dsc, uint32_… in lv_color_blend_to_rgb888_arm2d()
564 static inline lv_result_t lv_color_blend_to_rgb888_with_opa_arm2d(lv_draw_sw_blend_fill_dsc_t * dsc, in lv_color_blend_to_rgb888_with_opa_arm2d()
581 static inline lv_result_t lv_color_blend_to_rgb888_with_mask_arm2d(lv_draw_sw_blend_fill_dsc_t * ds… in lv_color_blend_to_rgb888_with_mask_arm2d()
600 static inline lv_result_t lv_color_blend_to_rgb888_mix_mask_opa_arm2d(lv_draw_sw_blend_fill_dsc_t *… in lv_color_blend_to_rgb888_mix_mask_opa_arm2d()
/lvgl-latest/src/misc/
Dlv_types.h314 typedef struct _lv_draw_sw_blend_fill_dsc_t lv_draw_sw_blend_fill_dsc_t; typedef