HomeSort by relevance Sort by last modified time
    Searched refs:GIF_ERROR (Results 1 - 5 of 5) sorted by null

  /external/giflib/
dgif_lib.c 137 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
210 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
239 return GIF_ERROR;
243 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
244 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
245 return GIF_ERROR;
251 return GIF_ERROR;
264 return GIF_ERROR;
274 return GIF_ERROR;
299 return GIF_ERROR;
    [all...]
gifalloc.c 233 return (GIF_ERROR);
241 return (GIF_ERROR);
gif_lib.h 18 #define GIF_ERROR 0
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 183 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
189 if (DGifGetImageDesc(gif) == GIF_ERROR) {
291 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
301 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
313 &extData) == GIF_ERROR) {
315 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) {
324 &extData[1]) == GIF_ERROR) {
330 &extData[1]) == GIF_ERROR) {
334 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 183 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
189 if (DGifGetImageDesc(gif) == GIF_ERROR) {
291 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
301 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
313 &extData) == GIF_ERROR) {
315 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) {
324 &extData[1]) == GIF_ERROR) {
330 &extData[1]) == GIF_ERROR) {
334 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {

Completed in 79 milliseconds