Home
last modified time | relevance | path

Searched refs:i32BMPInfoSize (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp672 const int i32BMPInfoSize = 40; /* The size of a BMP info header */ in PVRShellWriteBMPFile() local
702 unsigned int bfSize = i32BMPHeaderSize + i32BMPInfoSize + ui32RealSize; in PVRShellWriteBMPFile()
705 unsigned int bfOffBits = i32BMPHeaderSize + i32BMPInfoSize; in PVRShellWriteBMPFile()
708 unsigned int biSize = i32BMPInfoSize; in PVRShellWriteBMPFile()