incubator-nuttx/libnx/nxglib
Gregory Nutt 28de00a90a Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled
Squashed commit of the following:

    libnx: Need to duplicate some Kconfig setting for NXFONTs if it can be configured and built independently of NX.  Also includes some build-related fixes.

    configs/sim:  Disable NX graphics support in the fb configuration.

    libnx:  Basic configuration and build changes to support building font support independend of the NX server.
2017-11-18 10:19:34 -06:00
..
Kconfig Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled 2017-11-18 10:19:34 -06:00
Make.defs Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled 2017-11-18 10:19:34 -06:00
nxglib_circlepts.c Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled 2017-11-18 10:19:34 -06:00
nxglib_circletraps.c Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled 2017-11-18 10:19:34 -06:00
nxglib_colorcmp.c
nxglib_colorcopy.c
nxglib_intersecting.c
nxglib_nonintersecting.c
nxglib_nullrect.c
nxglib_rectadd.c
nxglib_rectcopy.c
nxglib_rectinside.c
nxglib_rectintersect.c
nxglib_rectoffset.c
nxglib_rectoverlap.c
nxglib_rectsize.c
nxglib_rectunion.c
nxglib_rgb2yuv.c
nxglib_rgbblend.c
nxglib_runcopy.c
nxglib_runoffset.c
nxglib_splitline.c
nxglib_trapcopy.c
nxglib_trapoffset.c
nxglib_vectoradd.c
nxglib_vectsubtract.c
nxglib_yuv2rgb.c