Home | History | Annotate | Download | only in images

Lines Matching defs:error_return

148 static bool error_return(GifFileType* gif, const SkBitmap& bm,
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");
299 return error_return(gif, *bm, "interlace DGifGetLine");
309 return error_return(gif, *bm, "DGifGetLine");
324 return error_return(gif, *bm, "DGifGetExtension");
339 return error_return(gif, *bm, "AddExtensionBlock");
342 return error_return(gif, *bm, "DGifGetExtensionNext");