Searched refs:TIFFCvtIEEEDoubleToNative (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c49 # define TIFFCvtIEEEDoubleToNative(tif, n, dp) macro
52 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*);
2219 TIFFCvtIEEEDoubleToNative(tif,count,(float*)origdata);
2408 TIFFCvtIEEEDoubleToNative(tif,count,(double*)origdata);
2462 TIFFCvtIEEEDoubleToNative(tif,count,(double*)origdata);
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c49 # define TIFFCvtIEEEDoubleToNative(tif, n, dp) macro
52 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*);
2214 TIFFCvtIEEEDoubleToNative(tif,count,(float*)origdata);
2403 TIFFCvtIEEEDoubleToNative(tif,count,(double*)origdata);
2452 TIFFCvtIEEEDoubleToNative(tif,count,(double*)origdata);

Completed in 77 milliseconds