Searched refs:TIFFmin (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_color.c | 96 Yr = TIFFmin(Yr, cielab->display.d_YCR); in TIFFXYZToRGB() 97 Yg = TIFFmin(Yg, cielab->display.d_YCG); in TIFFXYZToRGB() 98 Yb = TIFFmin(Yb, cielab->display.d_YCB); in TIFFXYZToRGB() 102 i = TIFFmin(cielab->range, i); in TIFFXYZToRGB() 106 i = TIFFmin(cielab->range, i); in TIFFXYZToRGB() 110 i = TIFFmin(cielab->range, i); in TIFFXYZToRGB() 114 *r = TIFFmin(*r, cielab->display.d_Vrwr); in TIFFXYZToRGB() 115 *g = TIFFmin(*g, cielab->display.d_Vrwg); in TIFFXYZToRGB() 116 *b = TIFFmin(*b, cielab->display.d_Vrwb); in TIFFXYZToRGB()
|
A D | tiffiop.h | 266 #define TIFFmin(A,B) ((A)<(B)?(A):(B)) macro
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2pdf.c | 2500 TIFFmin(stripsize, t2p->tiff_datasize - bufferoffset)); in t2p_readwrite_pdf_image() 2548 TIFFmin(sepstripsize, stripsize - samplebufferoffset)); in t2p_readwrite_pdf_image() 2588 TIFFmin(stripsize, t2p->tiff_datasize - bufferoffset)); in t2p_readwrite_pdf_image() 4136 TIFFmin((size_t)buflen, sizeof(buffer) - 1)); in t2p_write_pdf_catalog()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 4938 * libtiff/tif_color.c: Better use of TIFFmin() macro to avoid side 6356 * libtiff/tiffiop.h: New macros: TIFFmax, TIFFmin and TIFFrint.
|
Completed in 57 milliseconds