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

  /external/giflib/
dgif_lib.c 151 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
217 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
242 return GIF_ERROR;
246 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
247 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
248 return GIF_ERROR;
252 return GIF_ERROR;
262 return GIF_ERROR;
271 return GIF_ERROR;
297 return GIF_ERROR;
    [all...]
gifalloc.c 265 return (GIF_ERROR);
272 return (GIF_ERROR);
gif_lib.h 25 #define GIF_ERROR 0
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 180 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
186 if (DGifGetImageDesc(gif) == GIF_ERROR) {
287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
297 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
308 &extData) == GIF_ERROR) {
315 &extData[1]) == GIF_ERROR) {
318 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {

Completed in 131 milliseconds