Home
last modified time | relevance | path

Searched refs:TIFFCvtNativeToIEEEDouble (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dirwrite.c37 #define TIFFCvtNativeToIEEEDouble(tif, n, dp) macro
40 extern void TIFFCvtNativeToIEEEDouble(TIFF* tif, uint32 n, double* dp);
2343 TIFFCvtNativeToIEEEDouble(tif,1,&m); in TIFFWriteDirectoryTagCheckedDouble()
2355 TIFFCvtNativeToIEEEDouble(tif,count,&value); in TIFFWriteDirectoryTagCheckedDoubleArray()