, including all inherited members.
AddOutput(BitmapIO *out) | Bitmap | |
AllocRenderInfo() | Bitmap | [inline] |
Aspect() | Bitmap | [inline] |
BitmapManagerImp class | Bitmap | [friend] |
ChannelsPresent() | Bitmap | [inline] |
ClampColor(BMM_Color_64 &out, const BMM_Color_fl &in) | Bitmap | [inline, static] |
ClampColorA(BMM_Color_64 &out, const BMM_Color_fl &in) | Bitmap | [inline, static] |
ClampScaleColor(BMM_Color_64 &out, const BMM_Color_fl &in) | Bitmap | [inline] |
ClampScaleColorA(BMM_Color_64 &out, const BMM_Color_fl &in) | Bitmap | [inline] |
ClearFlag(DWORD flag) | Bitmap | [inline] |
Close(BitmapInfo *bi, int flag=BMM_CLOSE_COMPLETE) | Bitmap | |
CloseAll(int flag=BMM_CLOSE_COMPLETE) | Bitmap | |
CopyImage(Bitmap *from, int operation, BMM_Color_64 fillcolor, BitmapInfo *bi=NULL) | Bitmap | [inline] |
CopyImage(Bitmap *from, int operation, BMM_Color_fl fillcolor, BitmapInfo *bi=NULL) | Bitmap | [inline] |
CopyImage(Bitmap *from, int operation, int fillindex) | Bitmap | [inline] |
Create(BitmapInfo *bi) | Bitmap | |
CreateChannels(ULONG channelIDs) | Bitmap | [inline] |
CropImage(int width, int height, BMM_Color_64 fillcolor) | Bitmap | [inline] |
CropImage(int width, int height, BMM_Color_fl fillcolor) | Bitmap | [inline] |
CropImage(int width, int height, int fillindex) | Bitmap | [inline] |
DeleteChannels(ULONG channelIDs) | Bitmap | [inline] |
DeleteThis() | Bitmap | |
Display(MCHAR *title=NULL, int position=BMM_CN, BOOL autonomous=FALSE, BOOL savebutton=TRUE, CropCallback *crop=NULL, Bitmap *cloneMyVFB=NULL) | Bitmap | |
Execute(int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0) | Bitmap | |
Fill(int r, int g, int b, int alpha) | Bitmap | |
Fill(const BMM_Color_fl &fillColor) | Bitmap | |
Fill(const BMM_Color_64 &fillColor) | Bitmap | |
FilmGrain(float grain, BOOL mask, PBITMAP_FX_CALLBACK callback=NULL, void *param=NULL) | Bitmap | |
Filter() | Bitmap | [inline] |
FindOutput(BitmapInfo *bi) | Bitmap | |
FixDeviceName(BitmapInfo *bi) | Bitmap | |
Flags() | Bitmap | [inline] |
FromDib(PBITMAPINFO pbmi) | Bitmap | |
Gamma() | Bitmap | [inline] |
Get16Gray(int x, int y, int pixels, WORD *ptr) | Bitmap | [inline] |
Get16Gray(int x, int y, int pixels, float *ptr) | Bitmap | [inline] |
GetAlphaPtr(int *type) | Bitmap | [inline] |
GetChannel(ULONG channelID, ULONG &chanType) | Bitmap | [inline] |
GetFiltered(float u, float v, float du, float dv, BMM_Color_64 *ptr) | Bitmap | |
GetFiltered(float u, float v, float du, float dv, BMM_Color_fl *ptr) | Bitmap | |
GetGBuffer() | Bitmap | [inline] |
GetIndexPixels(int x, int y, int pixels, BYTE *ptr) | Bitmap | [inline] |
GetInterface(Interface_ID id) | BaseInterfaceServer | [virtual] |
GetInterfaceAt(int i) const | BaseInterfaceServer | [virtual] |
GetLinearPixels(int x, int y, int pixels, BMM_Color_64 *ptr) | Bitmap | [inline] |
GetLinearPixels(int x, int y, int pixels, BMM_Color_fl *ptr) | Bitmap | [inline] |
GetModifyID() | Bitmap | [inline] |
GetNotify() | Bitmap | [inline] |
GetPalette(int start, int count, BMM_Color_48 *ptr) | Bitmap | [inline] |
GetPaviFile(BitmapInfo *bi) | Bitmap | |
GetPixels(int x, int y, int pixels, BMM_Color_64 *ptr) | Bitmap | [inline] |
GetPixels(int x, int y, int pixels, BMM_Color_fl *ptr) | Bitmap | [inline] |
GetRenderInfo() | Bitmap | [inline] |
GetStoragePtr(int *type) | Bitmap | [inline] |
GetVFBData() | Bitmap | [inline] |
GetWindow() | Bitmap | |
GoTo(BitmapInfo *bi) | Bitmap | |
HasAlpha() | Bitmap | [inline] |
HasFilter() | Bitmap | [inline] |
Height() | Bitmap | [inline] |
IncrModifyID() | Bitmap | |
InputWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | Bitmap | [friend] |
interfaces | BaseInterfaceServer | [protected] |
IsAutonomousVFB() | Bitmap | |
IsDithered() | Bitmap | [inline] |
IsHighDynamicRange() | Bitmap | [inline] |
Manager() | Bitmap | [inline] |
MapReady() | Bitmap | [inline] |
MaxAlphaLevel() | Bitmap | [inline] |
MaxRGBLevel() | Bitmap | [inline] |
NullStorage() | Bitmap | [inline] |
NumInterfaces() const | BaseInterfaceServer | [virtual] |
OpenOutput(BitmapInfo *bi) | Bitmap | |
operator delete(void *ptr) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | [static] |
operator new[](size_t size) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
Paletted() | Bitmap | [inline] |
PreMultipliedAlpha() | Bitmap | [inline] |
PrepareGChannels(BitmapInfo *bi) | Bitmap | |
PrepareGChannels(DWORD channels) | Bitmap | |
Print(bool silent=false) | Bitmap | |
Put16Gray(int x, int y, int pixels, WORD *ptr) | Bitmap | [inline] |
Put16Gray(int x, int y, int pixels, float *ptr) | Bitmap | [inline] |
PutIndexPixels(int x, int y, int pixels, BYTE *ptr) | Bitmap | [inline] |
PutPixels(int x, int y, int pixels, BMM_Color_64 *ptr) | Bitmap | |
PutPixels(int x, int y, int pixels, BMM_Color_fl *ptr) | Bitmap | |
RefreshWindow(RECT *rect=NULL) | Bitmap | |
RemoveOutput(BitmapIO *out, BOOL deleteOutput=TRUE) | Bitmap | |
ResizeImage(int width, int height, int newpalette) | Bitmap | [inline] |
ScaleColor(BMM_Color_64 &out, const BMM_Color_fl &in) | Bitmap | [inline, static] |
ScaleColorA(BMM_Color_64 &out, const BMM_Color_fl &in) | Bitmap | [inline, static] |
ScaleColors() | Bitmap | [inline] |
SetCroppingValues(float u, float v, float w, float h, BOOL placeImage) | Bitmap | |
SetDither(UINT ditherType) | Bitmap | |
SetFilter(UINT filterType) | Bitmap | |
SetFlag(DWORD flag) | Bitmap | [inline] |
SetModifyID(DWORD m) | Bitmap | [inline] |
SetNotify(BitmapNotify *bmnot=NULL) | Bitmap | |
SetPalette(int start, int count, BMM_Color_48 *ptr) | Bitmap | [inline] |
SetStorage(BitmapStorage *storage) | Bitmap | |
SetVFBData(void *vfb) | Bitmap | [inline] |
SetWindowTitle(MCHAR *title) | Bitmap | |
ShowProgressLine(int y) | Bitmap | |
Storage() | Bitmap | [inline] |
ToDib(int depth=24, UWORD *gam=NULL, BOOL dither=FALSE, BOOL displayGamma=FALSE) | Bitmap | |
ToggleFlag(DWORD flag) | Bitmap | [inline] |
UnDisplay() | Bitmap | |
UseScaleColors(int on) | Bitmap | [inline] |
Width() | Bitmap | [inline] |
Write(BitmapInfo *bi, int frame=BMM_SINGLEFRAME) | Bitmap | |
WriteAll(int frame=BMM_SINGLEFRAME) | Bitmap | |
~BaseInterfaceServer() | BaseInterfaceServer | [virtual] |
~InterfaceServer() | InterfaceServer | [virtual] |