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

  /external/pdfium/third_party/libtiff/
tif_error.c 34 TIFFErrorHandler
35 TIFFSetErrorHandler(TIFFErrorHandler handler)
37 TIFFErrorHandler prev = _TIFFerrorHandler;
tif_warning.c 34 TIFFErrorHandler
35 TIFFSetWarningHandler(TIFFErrorHandler handler)
37 TIFFErrorHandler prev = _TIFFwarningHandler;
tiffio.h 273 typedef void (*TIFFErrorHandler)(const char*, const char*, va_list);
458 extern TIFFErrorHandler TIFFSetErrorHandler(TIFFErrorHandler);
460 extern TIFFErrorHandler TIFFSetWarningHandler(TIFFErrorHandler);
tiffiop.h 354 extern TIFFErrorHandler _TIFFwarningHandler;
355 extern TIFFErrorHandler _TIFFerrorHandler;
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 100 TIFFErrorHandler _TIFFwarningHandler = nullptr;
101 TIFFErrorHandler _TIFFerrorHandler = nullptr;
  /external/ImageMagick/coders/
tiff.c 225 static TIFFErrorHandler
    [all...]

Completed in 62 milliseconds