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