Searched refs:dstBuff (Results 1 – 1 of 1) sorted by relevance
824 u8* dstBuff; in OrientUncompressedTgaData() local830 dstBuff = (u8*)calloc( 1, size ); in OrientUncompressedTgaData()849 dstPtr = (u8*)(dstBuff + (width * pixelDepth * (height - 1))); in OrientUncompressedTgaData()856 dstPtr = (u8*)(dstBuff + (width * pixelDepth * height) - pixelDepth); in OrientUncompressedTgaData()864 if( dstBuff != NULL ) in OrientUncompressedTgaData()866 free( dstBuff ); in OrientUncompressedTgaData()867 dstBuff = NULL; in OrientUncompressedTgaData()874 dstPtr = (u8*)(dstBuff + (width * pixelDepth) - pixelDepth); in OrientUncompressedTgaData()907 dstPtr = dstBuff; in OrientUncompressedTgaData()915 if( dstBuff != NULL ) in OrientUncompressedTgaData()[all …]