HomeSort by relevance Sort by last modified time
    Searched refs:td_smaxsamplevalue (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libtiff/
tif_dir.h 83 double* td_smaxsamplevalue; member in struct:__anon35331
tif_dir.c 281 if( td->td_smaxsamplevalue != NULL )
287 _TIFFfree(td->td_smaxsamplevalue);
288 td->td_smaxsamplevalue = NULL;
317 _TIFFsetDoubleArray(&td->td_smaxsamplevalue, va_arg(ap, double*), td->td_samplesperpixel);
319 setDoubleArrayOneValue(&td->td_smaxsamplevalue, va_arg(ap, double), td->td_samplesperpixel);
959 *va_arg(ap, double**) = td->td_smaxsamplevalue;
964 double v = td->td_smaxsamplevalue[0];
966 if( td->td_smaxsamplevalue[i] > v )
967 v = td->td_smaxsamplevalue[i];
    [all...]
tif_print.c 497 fprintf(fd, " %g", td->td_smaxsamplevalue[i]);
tif_dirwrite.c 595 if (!TIFFWriteDirectoryTagSampleformatArray(tif,&ndir,dir,TIFFTAG_SMAXSAMPLEVALUE,tif->tif_dir.td_samplesperpixel,tif->tif_dir.td_smaxsamplevalue))
    [all...]

Completed in 51 milliseconds