Searched refs:_TIFFsetDoubleArray (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dir.c | 71 void _TIFFsetDoubleArray(double** dpp, double* dp, uint32 n) in _TIFFsetDoubleArray() function 326 _TIFFsetDoubleArray(&td->td_sminsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField() 332 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField()
|
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tiffiop.h | 375 extern void _TIFFsetDoubleArray(double**, double*, uint32);
|