Searched refs:TIFFCvtIEEEDoubleToNative (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 51 # define TIFFCvtIEEEDoubleToNative(tif, n, dp) macro 54 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*); 2321 TIFFCvtIEEEDoubleToNative(tif,count,(float*)origdata); in TIFFReadDirEntryFloatArray() 2510 TIFFCvtIEEEDoubleToNative(tif,count,(double*)origdata); in TIFFReadDirEntryFloatArray() 2566 TIFFCvtIEEEDoubleToNative(tif,count,(double*)origdata); in TIFFReadDirEntryDoubleArray()
|