Searched refs:tga (Results 1 – 4 of 4) sorted by relevance
103 static void UncompressTgaImage( u8* rawImage, SimpleTga* tga );106 static void AdjustTgaForPaletteOffset( u8* dfData, SimpleTga* tga, u16 cMapStart );107 static void CreateTgaColorLayer( TCFilePtr dfPtr, SimpleTga* tga );108 static void CreateTgaAlphaLayer( TCFilePtr dfPtr, SimpleTga* tga );109 static void CreateTgaPalTable( TCFilePtr dfPtr, SimpleTga* tga );124 SimpleTga tga; in ReadTgaFile() local135 *(u8*)( (u8*)(&tga) + i ) = 0; in ReadTgaFile()139 tga.imageType = (u32)( *((u8* )( rawBits + 0x02 )) ); in ReadTgaFile()140 tga.width = (u32)( *((u16*)( rawBits + 0x0C )) ); in ReadTgaFile()141 tga.height = (u32)( *((u16*)( rawBits + 0x0E )) ); in ReadTgaFile()[all …]
2 file 0 = yoshi01.tga3 file 1 = yoshi02.tga4 file 2 = yoshi03.tga5 file 3 = yoshi04.tga
2 file 0 = wii.tga ; this is a 192x64 rgba image
42 ; we have provided a function to read .tga files.48 file 0 = dolphin_32.tga ; this is a 32-bit rgba image49 file 1 = pikachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit …50 file 2 = car_24.tga ; this is a 24-bit rgb image