Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirread.c80 static int TIFFFetchDoubleArray(TIFF*, TIFFDirEntry*, double*);
631 TIFFFetchDoubleArray(TIFF* tif, TIFFDirEntry* dir, double* v) in TIFFFetchDoubleArray() function
717 return (TIFFFetchDoubleArray(tif, dir, (double*) v)); in TIFFFetchAnyArray()
781 ok = cp && TIFFFetchDoubleArray(tif, dp, (double*) cp); in TIFFFetchNormalSubTag()
853 ok = (TIFFFetchDoubleArray(tif, dp, &v) && in TIFFFetchNormalSubTag()

Completed in 10 milliseconds