Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_fax3.c59 uint32 groupoptions; /* Group 3/4 options tag */ member
92 #define is2DEncoding(sp) (sp->b.groupoptions & GROUP3OPT_2DENCODING)
534 (sp->groupoptions & GROUP3OPT_2DENCODING) || in Fax3SetupState()
721 if (sp->b.groupoptions & GROUP3OPT_FILLBITS) { in Fax3PutEOL()
1208 sp->groupoptions = (uint32) va_arg(ap, uint32); in Fax3VSetField()
1213 sp->groupoptions = (uint32) va_arg(ap, uint32); in Fax3VSetField()
1253 *va_arg(ap, uint32*) = sp->groupoptions; in Fax3VGetField()
1282 if (sp->groupoptions & GROUP4OPT_UNCOMPRESSED) in Fax3PrintDir()
1287 if (sp->groupoptions & GROUP3OPT_2DENCODING) { in Fax3PrintDir()
1291 if (sp->groupoptions & GROUP3OPT_FILLBITS) { in Fax3PrintDir()
[all …]