Home
last modified time | relevance | path

Searched refs:TIFFmax (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_color.c91 Yr = TIFFmax(Yr, cielab->display.d_Y0R); in TIFFXYZToRGB()
92 Yg = TIFFmax(Yg, cielab->display.d_Y0G); in TIFFXYZToRGB()
93 Yb = TIFFmax(Yb, cielab->display.d_Y0B); in TIFFXYZToRGB()
H A Dtiffiop.h262 #define TIFFmax(A,B) ((A)>(B)?(A):(B)) macro
/libtiff-4.0.7/
H A DChangeLog5486 * libtiff/tiffiop.h: New macros: TIFFmax, TIFFmin and TIFFrint.