Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/tags/
H A Dxtif_dir.c108 _TIFFsetDoubleArray(&xd->xd_example_multi, va_arg(ap, double*), in _XTIFFVSetField()
/libtiff-4.0.7/libtiff/
H A Dtif_dir.c72 void _TIFFsetDoubleArray(double** dpp, double* dp, uint32 n) in _TIFFsetDoubleArray() function
301 _TIFFsetDoubleArray(&td->td_sminsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField()
307 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField()
H A Dtiffiop.h346 extern void _TIFFsetDoubleArray(double**, double*, uint32);