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

  /external/pdfium/third_party/libtiff/
tif_error.c 37 TIFFErrorHandler prev = _TIFFerrorHandler;
38 _TIFFerrorHandler = handler;
55 if (_TIFFerrorHandler)
56 (*_TIFFerrorHandler)(module, fmt, ap);
67 if (_TIFFerrorHandler)
68 (*_TIFFerrorHandler)(module, fmt, ap);
tiffiop.h 355 extern TIFFErrorHandler _TIFFerrorHandler;
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 101 TIFFErrorHandler _TIFFerrorHandler = nullptr;

Completed in 885 milliseconds