Home | History | Annotate | Download | only in libtests

Lines Matching defs:setting

763       unsigned char   setting;        /* setting (unset,invalid,on,off) */
2057 ps->options[opt].setting) == PNG_OPTION_INVALID)
2196 ps->options[opt].setting) == PNG_OPTION_INVALID)
2569 * samples in calculations; setting this circumvents simple error limit checking
2589 * sample depth and the 'assume' setting. Digitization is normally by
2830 * which is used depends on the setting of the 'test_exhaustive' flag. Notice
2846 * modifier_reset, below, preserves the setting until after it has called
4091 /* There may be no filters; skip the setting. */
6031 * sBIT setting allows larger error bounds (indeed, by the spec, apparently
10931 /* Skip the non-alpha cases - there is no setting of a transparency colour at
11733 * below (the setting for maxpc16), however for 8 bit encodings it isn't
11996 unsigned char option=0, setting=0;
12022 setting = PNG_OPTION_OFF;
12025 setting = PNG_OPTION_ON;
12030 "pngvalid: %s: %s: unknown setting (use 'on' or 'off')\n",
12036 pm.this.options[pm.this.noptions++].setting = setting;