Searched refs:dstRowBuffer (Results 1 – 1 of 1) sorted by relevance
150 std::unique_ptr<GifByteType[]> dstRowBuffer(new GifByteType[gifOut->SWidth]); in resizeBoxFilter() local225 *(dstRowBuffer.get() + x) = dstColorIndex; in resizeBoxFilter()227 if (EGifPutLine(gifOut, dstRowBuffer.get(), gifOut->SWidth) == GIF_ERROR) { in resizeBoxFilter()