HomeSort by relevance Sort by last modified time
    Searched refs:SGRAY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder.h 25 enum ColorSpace { SGRAY = 18, SRGB = 19 };
pwg_encoder.cc 97 pwg_header_info.color_space == PwgHeaderInfo::SGRAY ? 1 : 3;
219 bool monochrome = pwg_header_info.color_space == PwgHeaderInfo::SGRAY;

Completed in 75 milliseconds