Searched refs:cMapDepth (Results 1 – 1 of 1) sorted by relevance
91 u32 cMapDepth; member147 tga.cMapDepth = (u32)( *((u8* )( rawBits + 0x07 )) ); // bits in ReadTgaFile()165 switch( tga.cMapDepth ) in ReadTgaFile()168 tga.cMapDepth = 0; in ReadTgaFile()174 tga.cMapDepth >>= 3; in ReadTgaFile()178 tga.cMapDepth = 2; in ReadTgaFile()231 rawPaletteSize = (u32)tga.cMapDepth * (u32)tga.cMapLength; in ReadTgaFile()604 switch( tga->cMapDepth ) in CreateTgaPalTable()