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/a04064.html | 106 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 docs/doxygen/nel/a04064.html (limited to 'docs/doxygen/nel/a04064.html') diff --git a/docs/doxygen/nel/a04064.html b/docs/doxygen/nel/a04064.html new file mode 100644 index 00000000..35dd3bac --- /dev/null +++ b/docs/doxygen/nel/a04064.html @@ -0,0 +1,106 @@ + + +NeL: bitmap.h File Reference + + + +
+

bitmap.h File Reference


Detailed Description

+Class managing bitmaps

+

Id
bitmap.h,v 1.22 2004/02/20 14:35:33 vizerie Exp
+ +

+Definition in file bitmap.h. +

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

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

Namespaces

namespace  NLMISC

Defines

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


Define Documentation

+

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

+ +

+Definition at line 64 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 54 of file bitmap.h.

+


Generated on Tue Mar 16 06:42:17 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1