Home
last modified time | relevance | path

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

/external/chromium_org/chrome/utility/cloud_print/
Dpwg_encoder.h25 enum ColorSpace { SGRAY = 18, SRGB = 19 }; enumerator
Dpwg_encoder.cc97 pwg_header_info.color_space == PwgHeaderInfo::SGRAY ? 1 : 3; in EncodePageHeader()
219 bool monochrome = pwg_header_info.color_space == PwgHeaderInfo::SGRAY; in EncodePageWithColorspace()