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

  /external/chromium_org/printing/
print_settings.cc 16 int color_mode, std::string* color_setting_name, std::string* color_value) {
30 switch (color_mode) {
101 bool IsColorModelSelected(int color_mode) {
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);
print_settings.h 19 // 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,
printing_context_mac.h 91 bool SetOutputColor(int color_mode);
  /external/elfutils/0.153/lib/
color.c 62 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)
system.h 125 extern enum color_enum color_mode;
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 217 enum omap_color_mode color_mode; member in struct:dss2_ovl_cfg
  /external/elfutils/0.153/src/
nm.c 1001 if (color_mode)
1016 if (color_mode)
1032 color_mode ? color_address : "",
1034 color_mode ? color_off : "");
1037 if (color_mode)
    [all...]
objdump.c 733 if (color_mode)
756 if (color_mode)
  /hardware/ti/omap4xxx/hwc/
hwc.c 216 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
279 DSS_FMT(dsscomp->ovls[i].cfg.color_mode));
405 oc->color_mode = OMAP_DSS_COLOR_ARGB32;
412 oc->color_mode = OMAP_DSS_COLOR_RGB24U;
417 oc->color_mode = OMAP_DSS_COLOR_RGB16;
423 oc->color_mode = OMAP_DSS_COLOR_NV12;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 239 int color_mode = 0; local
240 if (settings.GetInteger(printing::kSettingColor, &color_mode)) {
242 printing::IsColorModelSelected(color_mode) ? COLOR : BLACK_AND_WHITE);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 305 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
375 DSS_FMT(dsscomp->ovls[i].cfg.color_mode));
594 oc->color_mode = OMAP_DSS_COLOR_ARGB32;
601 oc->color_mode = OMAP_DSS_COLOR_RGB24U;
606 oc->color_mode = OMAP_DSS_COLOR_RGB16;
612 oc->color_mode = OMAP_DSS_COLOR_NV12;
    [all...]

Completed in 859 milliseconds