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)
504 (sp->groupoptions & GROUP3OPT_2DENCODING) || in Fax3SetupState()
688 if (sp->b.groupoptions & GROUP3OPT_FILLBITS) { in Fax3PutEOL()
1165 sp->groupoptions = (uint32) va_arg(ap, uint32); in Fax3VSetField()
1170 sp->groupoptions = (uint32) va_arg(ap, uint32); in Fax3VSetField()
1210 *va_arg(ap, uint32*) = sp->groupoptions; in Fax3VGetField()
1239 if (sp->groupoptions & GROUP4OPT_UNCOMPRESSED) in Fax3PrintDir()
1244 if (sp->groupoptions & GROUP3OPT_2DENCODING) in Fax3PrintDir()
1246 if (sp->groupoptions & GROUP3OPT_FILLBITS) in Fax3PrintDir()
[all …]