Searched refs:tmpBuff (Results 1 – 1 of 1) sorted by relevance
683 u8* tmpBuff; in UncompressTgaImage() local687 tmpBuff = NULL; in UncompressTgaImage()705 tmpBuff = (u8*)calloc( 1, size ); in UncompressTgaImage()707 UnencodeTgaImage( rawImage, tmpBuff, tga->width, tga->height, tga->pixelDepth ); in UncompressTgaImage()709 srcPtr = tmpBuff; in UncompressTgaImage()735 if( tmpBuff != NULL ) in UncompressTgaImage()737 free( tmpBuff ); in UncompressTgaImage()738 tmpBuff = NULL; in UncompressTgaImage()