Searched refs:color_mode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/printing/
H A Dprint_settings.cc16 int color_mode, std::string* color_setting_name, std::string* color_value) {
30 switch (color_mode) {
101 bool IsColorModelSelected(int color_mode) { argument
102 return (color_mode != GRAY &&
103 color_mode != BLACK &&
104 color_mode != PRINTOUTMODE_NORMAL_GRAY &&
105 color_mode != COLORMODE_MONOCHROME &&
106 color_mode != PROCESSCOLORMODEL_GREYSCALE &&
107 color_mode != HP_COLOR_BLACK);
15 GetColorModelForMode( int color_mode, std::string* color_setting_name, std::string* color_value) argument
H A Dprint_settings.h19 // Returns true if |color_mode| is color and not B&W.
20 PRINTING_EXPORT bool IsColorModelSelected(int color_mode);
23 // Get the color model setting name and value for the |color_mode|.
24 PRINTING_EXPORT void GetColorModelForMode(int color_mode,
H A Dprinting_context_mac.h91 bool SetOutputColor(int color_mode);
/external/elfutils/0.153/lib/
H A Dcolor.c62 enum color_enum color_mode; variable in typeref:enum:color_enum
92 color_mode = color_always;
116 color_mode = values[i].mode;
117 if (color_mode == color_auto)
118 color_mode
137 if (color_mode == color_always)
H A Dsystem.h125 extern enum color_enum color_mode;
/external/elfutils/0.153/src/
H A Dnm.c1001 if (color_mode)
1016 if (color_mode)
1032 color_mode ? color_address : "",
1034 color_mode ? color_off : "");
1037 if (color_mode)
H A Dobjdump.c733 if (color_mode)
756 if (color_mode)
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc239 int color_mode = 0; local
240 if (settings.GetInteger(printing::kSettingColor, &color_mode)) {
242 printing::IsColorModelSelected(color_mode) ? COLOR : BLACK_AND_WHITE);

Completed in 356 milliseconds