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

  /external/giflib/
gif_lib.h 297 extern int AddExtensionBlock(SavedImage * New, int Len,
gifalloc.c 242 * this an obsolete function? (People should use AddExtensionBlock
244 * Looks like AddExtensionBlock needs to take the int Function argument
246 * use both. Fix AddExtensionBlock and add this to the deprecation list.
251 AddExtensionBlock(SavedImage * New,
dgif_lib.c     [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 314 if (AddExtensionBlock(&temp_save, extData[0],
316 return error_return(gif, *bm, "AddExtensionBlock");

Completed in 50 milliseconds