This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int WIN32API | DIB_GetDIBWidthBytes (int width, int depth) |
int | DIB_GetDIBImageBytes (int width, int height, int depth) |
int | DIB_BitmapInfoSize (BITMAPINFO *info, WORD coloruse) |
int | DIB_GetBitmapInfo (const BITMAPINFOHEADER *header, DWORD *width, int *height, WORD *bpp, WORD *compr) |
void | DIB_FixColorsToLoadflags (BITMAPINFO *bmi, UINT loadflags, BYTE pix) |
int WIN32API | BITMAP_GetWidthBytes (INT width, INT depth) |
|
Definition at line 33 of file dib.cpp. Referenced by ConvertIcon(), and DIB_GetDIBImageBytes().
|
|
Definition at line 60 of file dib.cpp. Referenced by CURSORICON_CreateFromResource(), ConvertIcon(), and QueryConvertedIconSize().
|
|
Definition at line 71 of file dib.cpp. Referenced by CURSORICON_CreateFromResource(), and LoadBitmapW().
|
|
|
|
Definition at line 129 of file dib.cpp. Referenced by LoadBitmapW().
|
|
Definition at line 218 of file dib.cpp. Referenced by CURSORICON_CreateFromResource(), CreateCursorIconIndirect(), and GetIconInfo().
|