Lines Matching refs:ByteSwap
669 #define ByteSwap(x) PVRShellByteSwap((unsigned char*) &x, sizeof(x)) in PVRShellWriteBMPFile() macro
725 ByteSwap(bfType); in PVRShellWriteBMPFile()
726 ByteSwap(bfSize); in PVRShellWriteBMPFile()
727 ByteSwap(bfOffBits); in PVRShellWriteBMPFile()
728 ByteSwap(biSize); in PVRShellWriteBMPFile()
729 ByteSwap(biWidth); in PVRShellWriteBMPFile()
730 ByteSwap(biHeight); in PVRShellWriteBMPFile()
731 ByteSwap(biPlanes); in PVRShellWriteBMPFile()
732 ByteSwap(biBitCount); in PVRShellWriteBMPFile()
733 ByteSwap(biCompression); in PVRShellWriteBMPFile()
734 ByteSwap(biSizeImage); in PVRShellWriteBMPFile()