Lines Matching refs:fwrite
738 fwrite(&bfType , 1, sizeof(bfType) , fpDumpfile); in PVRShellWriteBMPFile()
739 fwrite(&bfSize , 1, sizeof(bfSize) , fpDumpfile); in PVRShellWriteBMPFile()
740 fwrite(&bfReserved1 , 1, sizeof(bfReserved1), fpDumpfile); in PVRShellWriteBMPFile()
741 fwrite(&bfReserved2 , 1, sizeof(bfReserved2), fpDumpfile); in PVRShellWriteBMPFile()
742 fwrite(&bfOffBits , 1, sizeof(bfOffBits) , fpDumpfile); in PVRShellWriteBMPFile()
745 fwrite(&biSize , 1, sizeof(biSize) , fpDumpfile); in PVRShellWriteBMPFile()
746 fwrite(&biWidth , 1, sizeof(biWidth) , fpDumpfile); in PVRShellWriteBMPFile()
747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile); in PVRShellWriteBMPFile()
748 fwrite(&biPlanes , 1, sizeof(biPlanes) , fpDumpfile); in PVRShellWriteBMPFile()
749 fwrite(&biBitCount , 1, sizeof(biBitCount) , fpDumpfile); in PVRShellWriteBMPFile()
750 fwrite(&biCompression , 1, sizeof(biCompression) , fpDumpfile); in PVRShellWriteBMPFile()
751 fwrite(&biSizeImage , 1, sizeof(biSizeImage) , fpDumpfile); in PVRShellWriteBMPFile()
752 fwrite(&biXPelsPerMeter , 1, sizeof(biXPelsPerMeter), fpDumpfile); in PVRShellWriteBMPFile()
753 fwrite(&biYPelsPerMeter , 1, sizeof(biYPelsPerMeter), fpDumpfile); in PVRShellWriteBMPFile()
754 fwrite(&biClrUsed , 1, sizeof(biClrUsed) , fpDumpfile); in PVRShellWriteBMPFile()
755 fwrite(&biClrImportant , 1, sizeof(biClrImportant) , fpDumpfile); in PVRShellWriteBMPFile()
769 fwrite(pPixel, 1, 3, fpDumpfile); in PVRShellWriteBMPFile()
773 fwrite("\0\0\0\0", i32OutAlign, 1, fpDumpfile); in PVRShellWriteBMPFile()