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

  /external/opencv3/3rdparty/libtiff/
tiffio.h 315 typedef struct _TIFFField TIFFField;
318 extern const TIFFField* TIFFFindField(TIFF *, uint32, TIFFDataType);
319 extern const TIFFField* TIFFFieldWithTag(TIFF*, uint32);
320 extern const TIFFField* TIFFFieldWithName(TIFF*, const char *);
  /external/pdfium/third_party/libtiff/
tiffio.h 315 typedef struct _TIFFField TIFFField;
318 extern const TIFFField* TIFFFindField(TIFF *, uint32, TIFFDataType);
319 extern const TIFFField* TIFFFieldWithTag(TIFF*, uint32);
320 extern const TIFFField* TIFFFieldWithName(TIFF*, const char *);
322 extern uint32 TIFFFieldTag(const TIFFField*);
323 extern const char* TIFFFieldName(const TIFFField*);
324 extern TIFFDataType TIFFFieldDataType(const TIFFField*);
325 extern int TIFFFieldPassCount(const TIFFField*);
326 extern int TIFFFieldReadCount(const TIFFField*);
327 extern int TIFFFieldWriteCount(const TIFFField*);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 420 milliseconds