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 177 * @return True on success, false on GIF_ERROR.
181 if (DGifGetLine(gif, dst, width) == GIF_ERROR) {
258 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
264 if (DGifGetImageDesc(gif) == GIF_ERROR) {
423 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
440 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
466 &extData) == GIF_ERROR) {
468 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) {
477 &extData[1]) == GIF_ERROR) {
483 &extData[1]) == GIF_ERROR) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 178 * @return True on success, false on GIF_ERROR.
182 if (DGifGetLine(gif, dst, width) == GIF_ERROR) {
259 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
265 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) {
    [all...]

Completed in 100 milliseconds