OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRed
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc
45
kRed
,
200
case
kRed
:
228
Paint(natural_frame(), fast_path_canvas(),
kRed
);
233
Paint(natural_frame(), slow_path_canvas(),
kRed
);
238
Paint(natural_frame(), fast_path_canvas(),
kRed
);
246
Paint(natural_frame(), slow_path_canvas(),
kRed
);
254
Paint(natural_frame(), fast_path_canvas(),
kRed
);
262
Paint(natural_frame(), slow_path_canvas(),
kRed
);
272
Paint(video_frame, fast_path_canvas(),
kRed
);
279
Paint(video_frame, slow_path_canvas(),
kRed
);
[
all
...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp
34
static const uint8
kRed
= 0;
48
color.channel[
kRed
] = clamp(y + static_cast<int>(1.402 * v));
106
color_out.channel[
kRed
] = color_in.channel[kGreen];
109
color_out.channel[kAlpha] = color_in.channel[
kRed
];
123
r = color_in.channel[
kRed
];
149
color_out.channel[
kRed
] = h;
165
r = color_in.channel[
kRed
];
169
color_out.channel[
kRed
] =
/external/skia/gm/
bleed.cpp
22
static const SkPMColor
kRed
= SkPreMultiplyColor(SK_ColorRED);
39
scanline[x] =
kRed
;
46
scanline[1] =
kRed
;
53
scanline[width-2] =
kRed
;
60
scanline[1] =
kRed
;
67
scanline[width-2] =
kRed
;
74
scanline[x] =
kRed
;
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h
66
kRed
= 0x1,
73
kRGB =
kRed
| kGreen | kBlue,
/external/chromium_org/ppapi/tests/
test_graphics_2d.cc
695
const uint32_t
kRed
= 0xff0000ff;
696
FillRectInImage(&chunk, pp::Rect(chunk.size()),
kRed
);
Completed in 48 milliseconds