HomeSort by relevance Sort by last modified time
    Searched defs:_TIFFsetDoubleArray (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_dir.c 70 void _TIFFsetDoubleArray(double** dpp, double* dp, uint32 n)
275 _TIFFsetDoubleArray(&td->td_sminsamplevalue, va_arg(ap, double*), td->td_samplesperpixel);
281 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 70 void _TIFFsetDoubleArray(double** dpp, double* dp, uint32 n)
277 _TIFFsetDoubleArray(&td->td_sminsamplevalue, va_arg(ap, double*), td->td_samplesperpixel);
283 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel);
    [all...]

Completed in 44 milliseconds