KImgIO
dds.cpp File Reference
#include "dds.h"
#include <qimage.h>
#include <qdatastream.h>
#include <kglobal.h>
#include <kdebug.h>
#include <math.h>
Include dependency graph for dds.cpp:
Go to the source code of this file.
Defines | |
#define | CUBE_LAYOUT HORIZONTAL |
#define | HORIZONTAL 1 |
#define | MAKEFOURCC(ch0, ch1, ch2, ch3) |
#define | sqrtf(x) ((float)sqrt(x)) |
#define | VERTICAL 2 |
Typedefs | |
typedef Q_UINT8 | uchar |
typedef Q_UINT32 | uint |
typedef Q_UINT16 | ushort |
Enumerations | |
enum | DDSType |
Functions | |
KDE_EXPORT void | kimgio_dds_read (QImageIO *io) |
KDE_EXPORT void | kimgio_dds_write (QImageIO *) |
Define Documentation
#define MAKEFOURCC | ( | ch0, | |||
ch1, | |||||
ch2, | |||||
ch3 | ) |
Typedef Documentation
Enumeration Type Documentation
Function Documentation