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

  /external/opencv3/3rdparty/libtiff/
tiffiop.h 256 #define TIFFmax(A,B) ((A)>(B)?(A):(B))
  /external/pdfium/third_party/libtiff/
tiffiop.h 261 #define TIFFmax(A,B) ((A)>(B)?(A):(B))

Completed in 97 milliseconds