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

  /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)
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 240 int color_mode = 0; local
241 if (settings.GetInteger(printing::kSettingColor, &color_mode)) {
243 printing::IsColorModelSelected(color_mode) ? COLOR : BLACK_AND_WHITE);
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 217 enum omap_color_mode color_mode; member in struct:dss2_ovl_cfg

Completed in 367 milliseconds