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

  /external/opencv3/3rdparty/libtiff/
tif_dir.c 455 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
713 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag);
    [all...]
tiffiop.h 206 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */
  /external/pdfium/third_party/libtiff/
tif_dir.c 463 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
731 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag);
1035 isPseudoTag(tag) ? "pseudo-" : "",
    [all...]
tiffiop.h 211 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */

Completed in 58 milliseconds