Searched refs:DGifGetLine (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 182 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/ |
D | dgif_lib.c | 438 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()
|
D | gif_lib.h | 204 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
|
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 475 return GIF_ERROR != DGifGetLine(fGif, fSrcBuffer.get(), fFrameRect.width());
|