Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_fax3.c57 uint32 groupoptions; /* Group 3/4 options tag */ member
90 #define is2DEncoding(sp) (sp->b.groupoptions & GROUP3OPT_2DENCODING)
532 (sp->groupoptions & GROUP3OPT_2DENCODING) || in Fax3SetupState()
719 if (sp->b.groupoptions & GROUP3OPT_FILLBITS) { in Fax3PutEOL()
1210 sp->groupoptions = (uint32) va_arg(ap, uint32); in Fax3VSetField()
1215 sp->groupoptions = (uint32) va_arg(ap, uint32); in Fax3VSetField()
1255 *va_arg(ap, uint32*) = sp->groupoptions; in Fax3VGetField()
1284 if (sp->groupoptions & GROUP4OPT_UNCOMPRESSED) in Fax3PrintDir()
1289 if (sp->groupoptions & GROUP3OPT_2DENCODING) { in Fax3PrintDir()
1293 if (sp->groupoptions & GROUP3OPT_FILLBITS) { in Fax3PrintDir()
[all …]