Lines Matching refs:GIF_ERROR
177 * @return True on success, false on GIF_ERROR.
181 if (DGifGetLine(gif, dst, width) == GIF_ERROR) {
215 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
221 if (DGifGetImageDesc(gif) == GIF_ERROR) {
377 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
394 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
419 &extData) == GIF_ERROR) {
421 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) {
430 &extData[1]) == GIF_ERROR) {
436 &extData[1]) == GIF_ERROR) {
440 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {