Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
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()
A Dtiffiop.h265 #define TIFFmax(A,B) ((A)>(B)?(A):(B)) macro
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog6356 * libtiff/tiffiop.h: New macros: TIFFmax, TIFFmin and TIFFrint.

Completed in 12 milliseconds