Searched refs:tga (Results 1 – 14 of 14) 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 = heiho001.tga ; this is a 32x32 rgba image3 file 1 = heiho002.tga ; this is a 32x32 rgba image4 file 2 = heiho003.tga ; this is a 32x32 rgba image5 file 3 = heiho004.tga ; this is a 32x32 rgba image6 file 4 = heiho005.tga ; this is a 32x32 rgba image7 file 5 = heiho006.tga ; this is a 32x32 rgba image8 file 6 = heiho007.tga ; this is a 32x32 rgba image9 file 7 = heiho008.tga ; this is a 32x32 rgba image
2 file 0 = heiho001CI.tga ; this is a 32x32 CI image3 file 1 = heiho002CI.tga ; this is a 32x32 CI image4 file 2 = heiho003CI.tga ; this is a 32x32 CI image5 file 3 = heiho004CI.tga ; this is a 32x32 CI image6 file 4 = heiho005CI.tga ; this is a 32x32 CI image7 file 5 = heiho006CI.tga ; this is a 32x32 CI image8 file 6 = heiho007CI.tga ; this is a 32x32 CI image9 file 7 = heiho008CI.tga ; this is a 32x32 CI image
2 file 0 = one.tga ; this is a 32x32 rgba image3 file 1 = two.tga ; this is a 32x32 rgba image4 file 2 = three.tga ; this is a 32x32 rgba image5 file 3 = four.tga ; this is a 32x32 rgba image6 file 4 = five.tga ; this is a 32x32 rgba image7 file 5 = six.tga ; this is a 32x32 rgba image8 file 6 = seven.tga ; this is a 32x32 rgba image9 file 7 = eight.tga ; this is a 32x32 rgba image
2 file 0 = yoshi01.tga3 file 1 = yoshi02.tga4 file 2 = yoshi03.tga5 file 3 = yoshi04.tga
2 file 0 = luigi.tga
2 file 0 = marioCI.tga
2 file 0 = gamecube.tga ; this is a 96x32 rgba image
2 file 0 = banner.tga ; this is a 96x32 rgba image
2 file 0 = bannerc.tga ; this is a 96x32 ci8 image
2 file 0 = iconc.tga ; this is a 32x32 ci8 image
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