HomeSort by relevance Sort by last modified time
    Searched refs:DGifGetLine (Results 1 - 4 of 4) sorted by null

  /external/skia/legacy/src/images/
SkImageDecoder_libgif.cpp 287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
288 return error_return(gif, *bm, "interlace DGifGetLine");
297 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
298 return error_return(gif, *bm, "DGifGetLine");