Lines Matching refs:colormode
1778 if ( (dev->colormode == RGB) && (dev->three_pass != 0) ) /* 3 pass color */
1827 if ( (dev->colormode == RGB) && (dev->three_pass != 0) ) /* 3 pass color */
1849 if ( (dev->colormode == RGB) && (dev->three_pass != 0) ) /* 3 pass color */
2170 switch(dev->colormode)
2196 if (dev->colormode == RGB_LINEART )
2201 else if (dev->colormode == RGB_HALFTONE )
2272 if (dev->colormode == RGB_LINEART )
2276 else if (dev->colormode == RGB_HALFTONE )
2321 } /* switch dev->colormode, case RGB */
2490 if (dev->colormode == RGB)
2529 if (dev->colormode == RGB)
3478 switch(dev->colormode)
3616 if ( (dev->colormode == LINEART) || (dev->colormode == HALFTONE) ||
3617 (dev->colormode == RGB_LINEART) || (dev->colormode == RGB_HALFTONE) )
3631 if ((dev->colormode == RGB) || (dev->colormode == GRAYSCALE) )
3701 switch(dev->colormode)
3933 if ( (dev->colormode != RGB) || (dev->three_pass != 0) )
4205 if ((dev->inquiry_lineart_order) && (dev->colormode == LINEART)) /* lineart with LSB first */
4412 dev->colormode = 0; /* LINEART, HALFTONE, GRAYSCALE or RGB */
7488 scanner->device->colormode = LINEART;
7492 scanner->device->colormode = HALFTONE;
7496 scanner->device->colormode = GRAYSCALE;
7500 scanner->device->colormode = RGB_LINEART;
7504 scanner->device->colormode = RGB_HALFTONE;
7508 scanner->device->colormode = RGB;
7550 if (scanner->device->colormode == RGB)
7955 if (scanner->device->colormode != RGB)
8054 (scanner->device->colormode <= RGB_LINEART) ||