Searched refs:TIFFmax (Results 1 – 3 of 3) sorted by relevance
91 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()
265 #define TIFFmax(A,B) ((A)>(B)?(A):(B)) macro
6356 * libtiff/tiffiop.h: New macros: TIFFmax, TIFFmin and TIFFrint.
Completed in 12 milliseconds