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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 181 if (DGifGetLine(gif, dst, width) == GIF_ERROR) {
377 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
378 gif_warning(*bm, "interlace DGifGetLine");
394 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
395 gif_warning(*bm, "DGifGetLine");
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 181 if (DGifGetLine(gif, dst, width) == GIF_ERROR) {
377 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
378 gif_warning(*bm, "interlace DGifGetLine");
394 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
395 gif_warning(*bm, "DGifGetLine");
  /external/giflib/
gif_lib.h 201 int DGifGetLine(GifFileType *GifFile, GifPixelType *GifLine, int GifLineLen);
dgif_lib.c 432 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen)
813 * not be read at all, and DGifGetLine/Pixel clean everything. */
    [all...]

Completed in 27 milliseconds