Lines Matching defs:setting
4264 int setting = (2 + (onoff != 0)) << option;4267 png_ptr->options = (png_byte)(((current & ~mask) | setting) & 0xff);