Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libgif.cpp182 if (DGifGetLine(gif, dst, width) == GIF_ERROR) { in skip_src_rows()
424 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
441 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
/external/giflib/
Ddgif_lib.c438 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifGetLine() function
1121 if (DGifGetLine(GifFile, in DGifSlurp()
1128 if (DGifGetLine(GifFile,sp->RasterBits,ImageSize)==GIF_ERROR) in DGifSlurp()
Dgif_lib.h204 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
/external/skia/src/codec/
DSkGifCodec.cpp475 return GIF_ERROR != DGifGetLine(fGif, fSrcBuffer.get(), fFrameRect.width());