From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/bitmap_8h.html | 165 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 docs/doxygen/nel/bitmap_8h.html (limited to 'docs/doxygen/nel/bitmap_8h.html') diff --git a/docs/doxygen/nel/bitmap_8h.html b/docs/doxygen/nel/bitmap_8h.html new file mode 100644 index 00000000..ab5734c6 --- /dev/null +++ b/docs/doxygen/nel/bitmap_8h.html @@ -0,0 +1,165 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

bitmap.h File Reference

Class managing bitmaps. +More... +

+#include "nel/misc/types_nl.h"
+#include "nel/misc/rgba.h"
+#include "nel/misc/debug.h"
+#include <vector>
+ +

+Go to the source code of this file. + + + + + +

Namespaces

namespace  NLMISC

Defines

#define NL_MAKEFOURCC(ch0, ch1, ch2, ch3)
#define DDSD_LINEARSIZE   0x00080000l
+


Detailed Description

+Class managing bitmaps. +

+

+Id:
+ bitmap.h,v 1.17 2002/11/29 09:12:41 lecroart Exp
+

+ +

+Definition in file bitmap.h.


Define Documentation

+

+ + + + +
+ + +
#define DDSD_LINEARSIZE   0x00080000l +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file bitmap.h. +

+Referenced by NLMISC::CBitmap::loadSize, and NLMISC::CBitmap::readDDS.

+

+ + + + +
+ + + + + + + + + + + + + + + + +
#define NL_MAKEFOURCCch0,
ch1,
ch2,
ch3   +
+
+ + + + + +
+   + + +

+Value:

((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) |   \
+                ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))
+

+Definition at line 53 of file bitmap.h.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1