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

  /external/pdfium/third_party/libtiff/
tif_dir.c 497 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "",
765 tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", tag);
1095 isPseudoTag(tag) ? "pseudo-" : "",
    [all...]
tiffiop.h 211 #define isPseudoTag(t) (t > 0xffff) /* is tag value normal or pseudo */

Completed in 51 milliseconds