|
Doxygen
|
Go to the source code of this file.
Classes | |
| struct | Color |
| Helper struct representing a RGBA color. More... | |
| struct | Image::Private |
| struct | ColoredImage::Private |
Typedefs | |
| typedef unsigned char | Byte |
Variables | |
| const int | charSetWidth =80 |
| const int | charHeight =12 |
| const int | numChars =96 |
| const unsigned short | charPos [numChars] |
| const unsigned char | charWidth [numChars] |
| const unsigned char | fontRaw [charSetWidth *charHeight] |
| const int charHeight =12 |
Definition at line 35 of file image.cpp.
Referenced by Image::writeChar().
| const unsigned short charPos[numChars] |
Definition at line 38 of file image.cpp.
Referenced by Image::writeChar().
| const int charSetWidth =80 |
Definition at line 34 of file image.cpp.
Referenced by Image::writeChar().
| const unsigned char charWidth[numChars] |
Definition at line 54 of file image.cpp.
Referenced by Image::stringLength, Image::writeChar(), and Image::writeString().
| const unsigned char fontRaw[charSetWidth *charHeight] |
Definition at line 71 of file image.cpp.
Referenced by Image::writeChar().
| const int numChars =96 |
Definition at line 36 of file image.cpp.
Referenced by Trace::trunc().