Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_print.c409 switch (td->td_threshholding) { in TIFFPrintDirectory()
421 td->td_threshholding, td->td_threshholding); in TIFFPrintDirectory()
Dtif_dir.h76 uint16 td_threshholding; member
Dtif_aux.c188 *va_arg(ap, uint16 *) = td->td_threshholding; in TIFFVGetFieldDefaulted()
Dtif_dir.c250 td->td_threshholding = (uint16) va_arg(ap, uint16_vap); in _TIFFVSetField()
923 *va_arg(ap, uint16*) = td->td_threshholding; in _TIFFVGetField()
1364 td->td_threshholding = THRESHHOLD_BILEVEL; in TIFFDefaultDirectory()
Dtif_dirwrite.c481 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_THRESHHOLDING,tif->tif_dir.td_threshholding)) in TIFFWriteDirectorySec()