OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_mode
(Results
1 - 7
of
7
) 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
86
bool SetOutputColor(int
color_mode
);
/bionic/libc/kernel/common/video/
dsscomp.h
201
enum omap_color_mode
color_mode
;
member in struct:dss2_ovl_cfg
/external/kernel-headers/original/video/
dsscomp.h
291
* 5)
color_mode
is supported by overlay
321
enum omap_color_mode
color_mode
;
member in struct:dss2_ovl_cfg
/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
234
int
color_mode
= 0;
local
235
if (settings.GetInteger(printing::kSettingColor, &
color_mode
)) {
237
printing::IsColorModelSelected(
color_mode
) ? COLOR : BLACK_AND_WHITE);
[
all
...]
Completed in 691 milliseconds