Searched refs:ui32Height (Results 1 – 3 of 3) sorted by relevance
617 const unsigned int ui32Height,
665 const unsigned int ui32Height, in PVRShellWriteBMPFile() argument698 int ui32RealSize = i32OutBytesPerLine * ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile()710 unsigned int biHeight = ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile()722 for(unsigned int i = 0; i < ui32Width * ui32Height; ++i) in PVRShellWriteBMPFile()759 for(unsigned int nY = 0; nY < ui32Height; ++nY) in PVRShellWriteBMPFile()
630 PVRTuint32 ui32Height, in pvrtcDecompress() argument643 int i32NumYWords = (int)(ui32Height / ui32WordHeight); in pvrtcDecompress()694 return ui32Width * ui32Height / (PVRTuint32)(ui32WordWidth/2); in pvrtcDecompress()