mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Add RGB blending logic needed to support anti-aliasing
This commit is contained in:
@@ -41,10 +41,10 @@ CSRCS += nxglib_circlepts.c nxglib_circletraps.c nxglib_intersecting.c
|
||||
CSRCS += nxglib_nonintersecting.c nxglib_nullrect.c nxglib_rectadd.c
|
||||
CSRCS += nxglib_rectcopy.c nxglib_rectinside.c nxglib_rectintersect.c
|
||||
CSRCS += nxglib_rectoffset.c nxglib_rectoverlap.c nxglib_rectsize.c
|
||||
CSRCS += nxglib_rectunion.c nxglib_rgb2yuv.c nxglib_runcopy.c
|
||||
CSRCS += nxglib_runoffset.c nxglib_splitline.c nxglib_trapcopy.c
|
||||
CSRCS += nxglib_trapoffset.c nxglib_vectoradd.c nxglib_vectsubtract.c
|
||||
CSRCS += nxglib_yuv2rgb.c
|
||||
CSRCS += nxglib_rectunion.c nxglib_rgb2yuv.c nxglib_rgbblend.c
|
||||
CSRCS += nxglib_runcopy.c nxglib_runoffset.c nxglib_splitline.c
|
||||
CSRCS += nxglib_trapcopy.c nxglib_trapoffset.c nxglib_vectoradd.c
|
||||
CSRCS += nxglib_vectsubtract.c nxglib_yuv2rgb.c
|
||||
|
||||
ifneq ($(CONFIG_NX_NPLANES),1)
|
||||
CSRCS += nxglib_colorcmp.c nxglib_colorcopy.c
|
||||
|
||||
Reference in New Issue
Block a user