Searched refs:gifOut (Results 1 – 2 of 2) sorted by relevance
82 GifFileType* gifOut; in transcode() local96 gifOut = EGifOpenFileName(pathOut, false, &error); in transcode()97 if (gifOut) { in transcode()98 closer.setGifOut(gifOut); in transcode()106 if (resizeBoxFilter(gifIn, gifOut)) { in transcode()116 bool GifTranscoder::resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut) { in resizeBoxFilter() argument118 ASSERT(gifOut != NULL, "gifOut cannot be NULL"); in resizeBoxFilter()126 if (EGifPutScreenDesc(gifOut, in resizeBoxFilter()150 std::unique_ptr<GifByteType[]> dstRowBuffer(new GifByteType[gifOut->SWidth]); in resizeBoxFilter()186 if (EGifPutImageDesc(gifOut, in resizeBoxFilter()[all …]
52 static bool resizeBoxFilter(GifFileType* gifIn, GifFileType* gifOut);114 void setGifOut(GifFileType* gifOut);