From 73624b6e68013b718cee96dc8d3c628cb84431ba Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 24 Jul 2011 20:49:01 +0000 Subject: Move NX header files to include/nuttx/nx git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NXGraphicsSubsystem.html | 291 ++++++++++++++------------- 1 file changed, 152 insertions(+), 139 deletions(-) (limited to 'nuttx/Documentation/NXGraphicsSubsystem.html') diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html index 99ffda846..1c3305be5 100644 --- a/nuttx/Documentation/NXGraphicsSubsystem.html +++ b/nuttx/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: July 23, 2011

+

Last Updated: July 24, 2011

@@ -332,7 +332,7 @@ graphics memory). NX includes both a small-footprint, single user implementaton (NXSU) and a somewhat larger multi-user implentation (NXMU as described below). - Both conform to the same APIs as defined in include/nuttx/nx.h and, hence, + Both conform to the same APIs as defined in include/nuttx/nx/nx.h and, hence, are interchangable1. NX can be used without NXWIDGETS and without NXTOOLKIT for raw window displays.

@@ -404,15 +404,15 @@

2.1 NX Header Files

@@ -422,7 +422,7 @@ NXGL provides many APIs, some available for use internally by NX and others for use by applications as well. Only those APIs intended for application usage are documented here - See include/nuttx/nxglib.h for the full set of APIs; + See include/nuttx/nx/nxglib.h for the full set of APIs; those APIs might be of interest if you are rendering directly into framebuffer or LCD memory.

@@ -512,7 +512,7 @@ struct nxgl_trapezoid_s

2.2.1 nxgl_rgb2yuv()

Function Prototype:

@@ -523,7 +523,7 @@ void nxgl_rgb2yuv(uint8_t r, uint8_t g, uint8_t b, uint8_t *y, uint8_t *u, uint8

2.2.2 nxgl_yuv2rgb()

Function Prototype:

@@ -534,7 +534,7 @@ void nxgl_yuv2rgb(uint8_t y, uint8_t u, uint8_t v, uint8_t *r, uint8_t *g, uint8

2.2.3 nxgl_rectcopy()

Function Prototype:

@@ -547,7 +547,7 @@ void nxgl_rectcopy(FAR struct nxgl_rect_s *dest,

2.2.4 nxgl_rectoffset()

Function Prototype: