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);
455 extern TIFFErrorHandler TIFFSetErrorHandler(TIFFErrorHandler);
457 extern TIFFErrorHandler TIFFSetWarningHandler(TIFFErrorHandler);
tiffiop.h 350 extern TIFFErrorHandler _TIFFwarningHandler;
351 extern TIFFErrorHandler _TIFFerrorHandler;
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 92 TIFFErrorHandler _TIFFwarningHandler = nullptr;
93 TIFFErrorHandler _TIFFerrorHandler = nullptr;
  /external/ImageMagick/coders/
tiff.c 209 static TIFFErrorHandler
    [all...]

Completed in 46 milliseconds