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.c407 switch (td->td_threshholding) { in TIFFPrintDirectory()
419 td->td_threshholding, td->td_threshholding); in TIFFPrintDirectory()
Dtif_dir.h79 uint16 td_threshholding; member
Dtif_aux.c222 *va_arg(ap, uint16 *) = td->td_threshholding; in TIFFVGetFieldDefaulted()
Dtif_dir.c252 td->td_threshholding = (uint16) va_arg(ap, uint16_vap); in _TIFFVSetField()
939 *va_arg(ap, uint16*) = td->td_threshholding; in _TIFFVGetField()
1382 td->td_threshholding = THRESHHOLD_BILEVEL; in TIFFDefaultDirectory()
Dtif_dirwrite.c523 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_THRESHHOLDING,tif->tif_dir.td_threshholding)) in TIFFWriteDirectorySec()