Home | History | Annotate | Download | only in util

Lines Matching refs:bmih

647    struct bmp_info_header bmih;
659 bmih.biSize = 40;
660 bmih.biWidth = width;
661 bmih.biHeight = height;
662 bmih.biPlanes = 1;
663 bmih.biBitCount = 32;
664 bmih.biCompression = 0;
665 bmih.biSizeImage = height*width*4;
666 bmih.biXPelsPerMeter = 0;
667 bmih.biYPelsPerMeter = 0;
668 bmih.biClrUsed = 0;
669 bmih.biClrImportant = 0;
676 fwrite(&bmih, 40, 1, stream);