Home | History | Annotate | Download | only in images

Lines Matching defs:error_return

144 static bool error_return(GifFileType* gif, const SkBitmap& bm,
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");
288 return error_return(gif, *bm, "interlace DGifGetLine");
298 return error_return(gif, *bm, "DGifGetLine");
309 return error_return(gif, *bm, "DGifGetExtension");
316 return error_return(gif, *bm, "AddExtensionBlock");
319 return error_return(gif, *bm, "DGifGetExtensionNext");