doom3-gpl
Doom 3 GPL source release
|
#include <roq.h>
Public Member Functions | |
NSBitmapImageRep (void) | |
NSBitmapImageRep (const char *filename) | |
NSBitmapImageRep (int wide, int high) | |
~NSBitmapImageRep () | |
NSBitmapImageRep & | operator= (const NSBitmapImageRep &a) |
int | samplesPerPixel (void) |
int | pixelsWide (void) |
int | pixelsHigh (void) |
byte * | bitmapData (void) |
bool | hasAlpha (void) |
bool | isPlanar (void) |
Private Attributes | |
byte * | bmap |
int | width |
int | height |
ID_TIME_T | timestamp |
NSBitmapImageRep::NSBitmapImageRep | ( | void | ) |
Definition at line 35 of file NSBitmapImageRep.cpp.
NSBitmapImageRep::NSBitmapImageRep | ( | const char * | filename | ) |
Definition at line 42 of file NSBitmapImageRep.cpp.
Definition at line 50 of file NSBitmapImageRep.cpp.
NSBitmapImageRep::~NSBitmapImageRep | ( | ) |
Definition at line 58 of file NSBitmapImageRep.cpp.
Definition at line 75 of file NSBitmapImageRep.cpp.
Definition at line 79 of file NSBitmapImageRep.cpp.
Definition at line 83 of file NSBitmapImageRep.cpp.
NSBitmapImageRep & NSBitmapImageRep::operator= | ( | const NSBitmapImageRep & | a | ) |
Definition at line 87 of file NSBitmapImageRep.cpp.
Definition at line 71 of file NSBitmapImageRep.cpp.
Definition at line 67 of file NSBitmapImageRep.cpp.
Definition at line 63 of file NSBitmapImageRep.cpp.