Home
last modified time | relevance | path

Searched refs:GIF_ERROR (Results 1 – 7 of 7) sorted by relevance

/external/giflib/
Ddgif_lib.c137 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpenFileHandle()
211 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpen()
242 return GIF_ERROR; in DGifGetScreenDesc()
246 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in DGifGetScreenDesc()
247 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc()
248 return GIF_ERROR; in DGifGetScreenDesc()
254 return GIF_ERROR; in DGifGetScreenDesc()
267 return GIF_ERROR; in DGifGetScreenDesc()
278 return GIF_ERROR; in DGifGetScreenDesc()
303 return GIF_ERROR; in DGifGetRecordType()
[all …]
Degif_lib.c275 return GIF_ERROR; in EGifPutScreenDesc()
280 return GIF_ERROR; in EGifPutScreenDesc()
289 return GIF_ERROR; in EGifPutScreenDesc()
301 return GIF_ERROR; in EGifPutScreenDesc()
338 return GIF_ERROR; in EGifPutScreenDesc()
369 return GIF_ERROR; in EGifPutImageDesc()
374 return GIF_ERROR; in EGifPutImageDesc()
390 return GIF_ERROR; in EGifPutImageDesc()
418 return GIF_ERROR; in EGifPutImageDesc()
424 return GIF_ERROR; in EGifPutImageDesc()
[all …]
Dquantize.c78 return GIF_ERROR; in GifQuantizeBuffer()
130 return GIF_ERROR; in GifQuantizeBuffer()
231 return GIF_ERROR; in SubdivColorMap()
Dgifalloc.c239 return (GIF_ERROR); in GifAddExtensionBlock()
244 return (GIF_ERROR); in GifAddExtensionBlock()
252 return (GIF_ERROR); in GifAddExtensionBlock()
Dgif_lib.h18 #define GIF_ERROR 0 macro
/external/skia/src/images/
DSkImageDecoder_libgif.cpp182 if (DGifGetLine(gif, dst, width) == GIF_ERROR) { in skip_src_rows()
270 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
276 if (DGifGetImageDesc(gif) == GIF_ERROR) {
424 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
441 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
467 &extData) == GIF_ERROR) {
469 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) {
478 &extData[1]) == GIF_ERROR) {
484 &extData[1]) == GIF_ERROR) {
488 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {
/external/skia/src/codec/
DSkGifCodec.cpp186 if (GIF_ERROR == DGifGetImageDesc(gif)) { in ReadHeader()
287 if (GIF_ERROR == DGifGetRecordType(gif, &recordType)) {
321 if (GIF_ERROR == DGifGetExtension(gif, &extFunction, &extData)) {
331 &extData[1]) == GIF_ERROR) {
333 if (GIF_ERROR == GifAddExtensionBlock(&saveExt.ExtensionBlockCount,
340 if (GIF_ERROR == DGifGetExtensionNext(gif, &extData)) {
475 return GIF_ERROR != DGifGetLine(fGif, fSrcBuffer.get(), fFrameRect.width());