This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libnx
/
nxglib
History
Gregory Nutt
b9f9d5344d
Fix a typo introduced with a recent commit.
2017-11-18 11:26:43 -06:00
..
Kconfig
libnx: Simplify some of the duplicated NX/NXFONTS configuration.
2017-11-18 10:34:57 -06:00
Make.defs
Fix a typo introduced with a recent commit.
2017-11-18 11:26:43 -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
Remove carriage returns from files
2016-01-23 15:26:10 -06:00
nxglib_runcopy.c
…
nxglib_runoffset.c
…
nxglib_splitline.c
libnx/nxglib: Fix handling of near-horizontal lines of width 1 in nxgl_splitline(). Missing handling for degenerate condition caused width 1 lines such as (0, 0) - (100, 10) to have gaps in the drawing.
2016-09-22 11:09:06 -06:00
nxglib_trapcopy.c
…
nxglib_trapoffset.c
…
nxglib_vectoradd.c
…
nxglib_vectsubtract.c
…
nxglib_yuv2rgb.c
…