Home | History | Annotate | Download | only in gregbook

Lines Matching defs:dib

263 static uch *dib;
699 to multiple of 4 for Windows DIB).
704 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
711 Initialize the DIB. Negative height means to use top-down BMP ordering
717 memset(dib, 0, sizeof(BITMAPINFOHEADER));
718 bmih = (BITMAPINFOHEADER *)dib;
725 wimage_data = dib + sizeof(BITMAPINFOHEADER);
1206 if (dib) {
1207 free(dib);
1208 dib = NULL;