Home | History | Annotate | Download | only in gregbook

Lines Matching refs:dib

236 static uch *dib;
676 to multiple of 4 for Windows DIB).
681 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
688 Initialize the DIB. Negative height means to use top-down BMP ordering
694 memset(dib, 0, sizeof(BITMAPINFOHEADER));
695 bmih = (BITMAPINFOHEADER *)dib;
702 wimage_data = dib + sizeof(BITMAPINFOHEADER);
1178 if (dib) {
1179 free(dib);
1180 dib = NULL;