Home
last modified time | relevance | path

Searched refs:DGifGetLine (Results 1 – 9 of 9) sorted by relevance

/third_party/giflib/
Dgiftext.c195 if (DGifGetLine(GifFile, Line, GifFile->Image.Width) in main()
209 if (DGifGetLine(GifFile, Line, GifFile->Image.Width) in main()
Dgif2rgb.c429 if (DGifGetLine(GifFile, &ScreenBuffer[j][Col], in GIF2RGB()
439 if (DGifGetLine(GifFile, &ScreenBuffer[Row++][Col], in GIF2RGB()
Dgiffix.c141 if (DGifGetLine(GifFileIn, LineBuffer, Width) in main()
Dgifhisto.c131 if (DGifGetLine(GifFileIn, Line, GifFileIn->Image.Width) in main()
Ddgif_lib.c483 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifGetLine() function
1178 if (DGifGetLine(GifFile, in DGifSlurp()
1185 if (DGifGetLine(GifFile,sp->RasterBits,ImageSize)==GIF_ERROR) in DGifSlurp()
Dgif_lib.h207 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
Dgifclrmp.c204 if (DGifGetLine(GifFileIn, Line,GifFileIn->Image.Width) in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.c154 if (DGifGetLine(gif, tmp, rect.width) == GIF_ERROR) goto End; in GIFReadFrame()
162 if (DGifGetLine(gif, tmp, rect.width) == GIF_ERROR) goto End; in GIFReadFrame()
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.c154 if (DGifGetLine(gif, tmp, rect.width) == GIF_ERROR) goto End; in GIFReadFrame()
162 if (DGifGetLine(gif, tmp, rect.width) == GIF_ERROR) goto End; in GIFReadFrame()