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