Searched refs:td_smaxsamplevalue (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dir.c | 281 if( td->td_smaxsamplevalue != NULL ) in _TIFFVSetField() 287 _TIFFfree(td->td_smaxsamplevalue); in _TIFFVSetField() 288 td->td_smaxsamplevalue = NULL; in _TIFFVSetField() 317 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel); in _TIFFVSetField() 319 setDoubleArrayOneValue(&td->td_smaxsamplevalue, va_arg(ap, double), td->td_samplesperpixel); in _TIFFVSetField() 959 *va_arg(ap, double**) = td->td_smaxsamplevalue; in _TIFFVGetField() 964 double v = td->td_smaxsamplevalue[0]; in _TIFFVGetField() 966 if( td->td_smaxsamplevalue[i] > v ) in _TIFFVGetField() 967 v = td->td_smaxsamplevalue[i]; in _TIFFVGetField() 1255 CleanupField(td_smaxsamplevalue); in TIFFFreeDirectory()
|
D | tif_dir.h | 83 double* td_smaxsamplevalue; member
|
D | tif_print.c | 497 fprintf(fd, " %g", td->td_smaxsamplevalue[i]); in TIFFPrintDirectory()
|
D | tif_dirwrite.c | 595 …&ndir,dir,TIFFTAG_SMAXSAMPLEVALUE,tif->tif_dir.td_samplesperpixel,tif->tif_dir.td_smaxsamplevalue)) in TIFFWriteDirectorySec()
|