Searched refs:tgaImageSize (Results 1 – 1 of 1) sorted by relevance
121 u32 tgaImageSize; in ReadTgaFile() local239 tgaImageSize = 0; in ReadTgaFile()244 tgaImageSize = tga.width * tga.height * tga.pixelDepth; in ReadTgaFile()266 tga.imageDataSize = tgaImageSize; in ReadTgaFile()267 tga.imageData = (u8*)calloc( 1, tgaImageSize ); in ReadTgaFile()