Lines Matching refs:dstBuff
824 u8* dstBuff; in OrientUncompressedTgaData() local
830 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()
917 free( dstBuff ); in OrientUncompressedTgaData()
918 dstBuff = NULL; in OrientUncompressedTgaData()