Home | History | Annotate | Download | only in gregbook

Lines Matching refs:dib

131 static uch *dib;
450 to multiple of 4 for Windows DIB).
455 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
462 Initialize the DIB. Negative height means to use top-down BMP ordering
468 memset(dib, 0, sizeof(BITMAPINFOHEADER));
469 bmih = (BITMAPINFOHEADER *)dib;
476 wimage_data = dib + sizeof(BITMAPINFOHEADER);
634 if (dib) {
635 free(dib);
636 dib = NULL;