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

  /external/pdfium/third_party/libtiff/
tif_color.c 91 Yr = TIFFmax(Yr, cielab->display.d_Y0R);
92 Yg = TIFFmax(Yg, cielab->display.d_Y0G);
93 Yb = TIFFmax(Yb, cielab->display.d_Y0B);
tiffiop.h 261 #define TIFFmax(A,B) ((A)>(B)?(A):(B))

Completed in 42 milliseconds