Qt 4.8
|
Go to the source code of this file.
Classes | |
class | QGIFFormat |
Macros | |
#define | FAST_SCAN_LINE(bits, bpl, y) (bits + (y) * bpl) |
#define | LM(l, m) (((m)<<8)|l) |
#define | Q_TRANSPARENT 0x00ffffff |
#define FAST_SCAN_LINE | ( | bits, | |
bpl, | |||
y | |||
) | (bits + (y) * bpl) |
Definition at line 58 of file qgifhandler.cpp.
Referenced by QGIFFormat::decode(), and QGIFFormat::nextY().
Referenced by QGIFFormat::decode(), and QGIFFormat::scan().
#define Q_TRANSPARENT 0x00ffffff |
Definition at line 55 of file qgifhandler.cpp.
Referenced by QGIFFormat::color(), QGIFFormat::decode(), and QGIFFormat::disposePrevious().