Home | History | Annotate | Download | only in gregbook

Lines Matching defs:dib

157 static uch *dib;
494 to multiple of 4 for Windows DIB).
499 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
506 Initialize the DIB. Negative height means to use top-down BMP ordering
512 memset(dib, 0, sizeof(BITMAPINFOHEADER));
513 bmih = (BITMAPINFOHEADER *)dib;
520 wimage_data = dib + sizeof(BITMAPINFOHEADER);
678 if (dib) {
679 free(dib);
680 dib = NULL;