Home
last modified time | relevance | path

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

/external/skia/legacy/src/images/
DSkImageDecoder_libgif.cpp287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) { in onDecode()
297 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { in onDecode()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp298 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
308 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
/external/giflib/
Dgif_lib.h193 int DGifGetLine(GifFileType * GifFile, GifPixelType * GifLine, int GifLineLen);
Ddgif_lib.c427 DGifGetLine(GifFileType * GifFile, function
1047 if (DGifGetLine(GifFile, sp->RasterBits, ImageSize) ==