Home
last modified time | relevance | path

Searched defs:TIFFmin (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtiffiop.h257 #define TIFFmin(A,B) ((A)<(B)?(A):(B)) macro
/external/pdfium/third_party/libtiff/
Dtiffiop.h262 #define TIFFmin(A,B) ((A)<(B)?(A):(B)) macro