Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/TexConv/src/
Dtga.cpp86 u32 pixelDepth; member
104 static void UnencodeTgaImage( u8* riPtr, u8* dstPtr, u32 width, u32 height, u32 pixelDepth );
105 static void OrientUncompressedTgaData( u8* srcBuff, u32 width, u32 height, u32 pixelDepth, u32 imag…
142 tga.pixelDepth = (u32)( *((u8* )( rawBits + 0x10 )) ); // bits in ReadTgaFile()
189 switch(tga.pixelDepth) in ReadTgaFile()
195 tga.pixelDepth >>= 3; in ReadTgaFile()
199 tga.pixelDepth = 2; in ReadTgaFile()
236 if( (tga.width == 0) || (tga.height == 0) || (tga.pixelDepth == 0) ) in ReadTgaFile()
244 tgaImageSize = tga.width * tga.height * tga.pixelDepth; in ReadTgaFile()
281 tga.pixelDepth, imageDesc ); in ReadTgaFile()
[all …]