Searched refs:_TIFFsetDoubleArray (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dir.c | 73 void _TIFFsetDoubleArray(double** dpp, double* dp, uint32 n) in _TIFFsetDoubleArray() function 311 _TIFFsetDoubleArray(&td->td_sminsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField() 317 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField()
|
D | tiffiop.h | 349 extern void _TIFFsetDoubleArray(double**, double*, uint32);
|