HomeSort by relevance Sort by last modified time
    Searched defs:error_return (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/images/
SkImageDecoder_libgif.cpp 144 static bool error_return(GifFileType* gif, const SkBitmap& bm, function
156 return error_return(gif, *bm, "DGifOpen");
173 return error_return(gif, *bm, "DGifGetRecordType");
179 return error_return(gif, *bm, "IMAGE_DESC_RECORD_TYPE");
183 return error_return(gif, *bm, "ImageCount < 1");
191 return error_return(gif, *bm, "chooseFromOneChoice");
213 return error_return(gif, *bm, "TopLeft");
221 return error_return(gif, *bm, "null cmap");
242 return error_return(gif, *bm, "allocPixelRef");
257 return error_return(gif, *bm, "non-pos inner width/height")
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 148 static bool error_return(GifFileType* gif, const SkBitmap& bm, function
164 return error_return(gif, *bm, "DGifOpen");
184 return error_return(gif, *bm, "DGifGetRecordType");
190 return error_return(gif, *bm, "IMAGE_DESC_RECORD_TYPE");
194 return error_return(gif, *bm, "ImageCount < 1");
202 return error_return(gif, *bm, "chooseFromOneChoice");
224 return error_return(gif, *bm, "TopLeft");
232 return error_return(gif, *bm, "null cmap");
253 return error_return(gif, *bm, "allocPixelRef");
268 return error_return(gif, *bm, "non-pos inner width/height")
    [all...]

Completed in 79 milliseconds