doom3-gpl
Doom 3 GPL source release
|
This is the complete list of members for CDIB, including all inherited members.
BitBlt(HDC hDest, int nXDest, int nYDest, int nWidth, int nHeight, int xSrc, int ySrc) | CDIB | |
BitBlt(int nXDest, int nYDest, int nWidth, int nHeight, CDIB &dibSrc, int nSrcX, int nSrcY, BYTE *colors=NULL) | CDIB | |
BitmapType enum name | CDIB | |
BMP enum value | CDIB | |
bytes | CDIB | protected |
CachePtr | CDIB | protected |
CacheQuad | CDIB | protected |
CDIB(HANDLE hDib=NULL, int nBits=8) | CDIB | |
ClosestColor(RGBQUAD *pRgb) | CDIB | |
CopyDIB(CDIB &dib) | CDIB | |
CopyLine(int source, int dest) | CDIB | |
CountColors() | CDIB | |
Create(int width, int height, int bits=24) | CDIB | |
Create(BITMAPINFOHEADER &bmInfo) | CDIB | |
CreateFromHandle(HANDLE hDib, int nBits) | CDIB | |
CreateGammaCurve() | CDIB | protected |
DestroyDIB() | CDIB | |
DIBHandle() | CDIB | protected |
Distance(RGBQUAD &rgb1, RGBQUAD &rgb2) | CDIB | static |
EnumColors(BYTE *colors) | CDIB | |
Expand(int nXDest, int nYDest, int xRatio, int yRatio, CDIB &dibSrc, int xSrc, int ySrc, int nSWidth, int nSHeight) | CDIB | protected |
ExpandBlt(int nXDest, int nYDest, int xRatio, int yRatio, CDIB &dibSrc, int xSrc, int ySrc, int nSWidth, int nSHeight) | CDIB | |
Gamma | CDIB | protected |
GetBitCount() | CDIB | inline |
GetBitmap(CDC &dc) | CDIB | |
GetBitmapInfo() | CDIB | inline |
GetDIBits(int nStartX=-1, int nStartY=-1, int nCx=-1, int nCy=-1) | CDIB | |
GetDIBSize() | CDIB | |
GetLinePtr(int line) | CDIB | |
GetPaletteSize(BITMAPINFOHEADER &bmInfo) | CDIB | |
GetPaletteSize() | CDIB | |
GetPixel(int x, int y) | CDIB | |
GetPixel(UINT x, UINT y, int &pixel) | CDIB | |
GetTempBitmap(CDC &dc) | CDIB | |
GIF enum value | CDIB | |
Height() | CDIB | inline |
height | CDIB | protected |
InitDIB(COLORREF color) | CDIB | |
IsValid() | CDIB | inline |
m_bUseGamma | CDIB | protected |
m_fGamma | CDIB | protected |
m_fOldGamma | CDIB | protected |
m_nBits | CDIB | protected |
m_nFlags | CDIB | protected |
m_pBits | CDIB | protected |
m_pInfo | CDIB | protected |
m_pLinePtr | CDIB | protected |
m_pRGB | CDIB | protected |
m_pVoid | CDIB | protected |
Make8Bit(CDIB &dib) | CDIB | |
OpenBMP(CString &csFileName) | CDIB | protected |
OpenDIB(CString &fileName) | CDIB | |
OpenGIF(CString &csFileName) | CDIB | protected |
OpenTIFF(CString &csFileName) | CDIB | protected |
operator=(CDIB &dib) | CDIB | |
PaletteColor(int index) | CDIB | |
ReplaceColor(unsigned char oldColor, unsigned char newColor) | CDIB | |
SaveBMP(CString &csFileName) | CDIB | protected |
SaveDIB(CString &fileName, BitmapType type) | CDIB | |
SaveGIF(CString &csFileName) | CDIB | protected |
SaveTIFF(CString &csFileName) | CDIB | protected |
SetFlags(int flag) | CDIB | inline |
SetPalette(unsigned char *palette) | CDIB | |
SetPalette(RGBQUAD *pRGB) | CDIB | |
SetPixel(int x, int y, COLORREF color) | CDIB | |
SetPixel8(int x, int y, unsigned char color) | CDIB | |
StretchBlt(HDC hDest, int nXDest, int nYDest, int nDWidth, int nDHeight, int xSrc, int ySrc, int nSWidth, int nSHeight) | CDIB | |
StretchBlt(int nXDest, int nYDest, int nDWidth, int nDHeight, CDIB &dibSrc, int xSrc, int ySrc, int nSWidth, int nSHeight) | CDIB | |
SwitchFrom24(CDIB &dib) | CDIB | |
SwitchFromFour(CDIB &dib) | CDIB | |
SwitchFromOne(CDIB &dib) | CDIB | |
SwitchPalette(CDIB &dib) | CDIB | |
TIFF enum value | CDIB | |
UseGamma(float fg, BOOL bUse=TRUE) | CDIB | |
Width() | CDIB | inline |
width | CDIB | protected |
~CDIB() | CDIB | virtual |