Starshatter_Open
Open source Starshatter engine
|
This is the complete list of members for Bitmap, including all inherited members.
AddToCache(Bitmap *bmp) | Bitmap | static |
alpha_loaded | Bitmap | protected |
AutoMask(DWORD mask=0) | Bitmap | |
BitBlt(int x, int y, const Bitmap &srcImage, int sx, int sy, int w, int h, bool blend=false) | Bitmap | |
Bitmap() | Bitmap | |
Bitmap(int w, int h, ColorIndex *p=0, int t=BMP_SOLID) | Bitmap | |
Bitmap(int w, int h, Color *p, int t=BMP_SOLID) | Bitmap | |
BMP_SOLID enum value | Bitmap | |
BMP_TRANSLUCENT enum value | Bitmap | |
BMP_TRANSPARENT enum value | Bitmap | |
BMP_TYPES enum name | Bitmap | |
BmpSize() const | Bitmap | |
CacheMemoryFootprint() | Bitmap | static |
CacheUpdate() | Bitmap | static |
CheckCache(const char *filename) | Bitmap | static |
ClearCache() | Bitmap | static |
ClearImage() | Bitmap | |
ClipLine(int &x1, int &y1, int &x2, int &y2) | Bitmap | |
ClipLine(double &x1, double &y1, double &x2, double &y2) | Bitmap | |
CopyAlphaImage(int w, int h, BYTE *p) | Bitmap | |
CopyAlphaRedChannel(int w, int h, DWORD *p) | Bitmap | |
CopyBitmap(const Bitmap &rhs) | Bitmap | |
CopyHighColorImage(int w, int h, DWORD *p, int t=BMP_SOLID) | Bitmap | |
CopyImage(int w, int h, BYTE *p, int t=BMP_SOLID) | Bitmap | |
Default() | Bitmap | static |
DrawEllipse(int x1, int y1, int x2, int y2, Color color, BYTE quad=0x0f) | Bitmap | |
DrawEllipsePoints(int x0, int y0, int x, int y, Color c, BYTE quad) | Bitmap | |
DrawLine(int x1, int y1, int x2, int y2, Color color) | Bitmap | |
DrawRect(int x1, int y1, int x2, int y2, Color color) | Bitmap | |
DrawRect(const Rect &r, Color color) | Bitmap | |
filename | Bitmap | protected |
FillColor(Color c) | Bitmap | |
FillRect(int x1, int y1, int x2, int y2, Color color) | Bitmap | |
FillRect(const Rect &r, Color color) | Bitmap | |
GetBitmapByID(HANDLE bmp_id) | Bitmap | static |
GetColor(int x, int y) const | Bitmap | |
GetFilename() const | Bitmap | inline |
GetIndex(int x, int y) const | Bitmap | |
GetSurface() | Bitmap | virtual |
Handle() const | Resource | inline |
height | Bitmap | protected |
Height() const | Bitmap | inline |
hipix | Bitmap | protected |
HiPixels() const | Bitmap | inline |
id | Resource | protected |
IsDual() const | Bitmap | inline |
IsHighColor() const | Bitmap | inline |
IsIndexed() const | Bitmap | inline |
IsSolid() const | Bitmap | inline |
IsTexture() const | Bitmap | inline |
IsTranslucent() const | Bitmap | inline |
IsTransparent() const | Bitmap | inline |
last_modified | Bitmap | protected |
LastModified() const | Bitmap | inline |
MakeHighColor() | Bitmap | |
MakeIndexed() | Bitmap | |
MakeTexture() | Bitmap | |
mapsize | Bitmap | protected |
operator==(const Resource &r) const | Resource | inline |
ownpix | Bitmap | protected |
Pitch() const | Bitmap | virtual |
pix | Bitmap | protected |
Pixels() const | Bitmap | inline |
PixSize() const | Bitmap | virtual |
Resource() | Resource | |
RowSize() const | Bitmap | |
ScaleTo(int w, int h) | Bitmap | |
SetColor(int x, int y, Color c) | Bitmap | |
SetFilename(const char *s) | Bitmap | |
SetIndex(int x, int y, ColorIndex c) | Bitmap | |
SetType(int t) | Bitmap | inline |
TakeOwnership() | Bitmap | inline |
texture | Bitmap | protected |
Type() const | Bitmap | inline |
type | Bitmap | protected |
TYPENAME() | Bitmap | inlinestatic |
Width() const | Bitmap | inline |
width | Bitmap | protected |
~Bitmap() | Bitmap | virtual |
~Resource() | Resource | virtual |