#include <os2win.h>
#include <stdlib.h>
#include <misc.h>
#include "dib.h"
#include "dbglocal.h"
Include dependency graph for dib.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_dib |
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 bmWidth, INT bpp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|