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

  /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/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 42 kRed,
197 case kRed:
218 Paint(natural_frame(), target_canvas(), kRed);
223 Paint(natural_frame(), target_canvas(), kRed);
231 Paint(natural_frame(), target_canvas(), kRed);
241 Paint(video_frame, target_canvas(), kRed);
246 Paint(natural_frame(), target_canvas(), kRed);
  /external/chromium_org/third_party/skia/gm/
bleed.cpp 22 static const SkPMColor kRed = SkPreMultiplyColor(SK_ColorRED);
36 scanline[x] = kRed;
43 scanline[1] = kRed;
50 scanline[width-2] = kRed;
57 scanline[1] = kRed;
64 scanline[width-2] = kRed;
71 scanline[x] = kRed;
  /external/skia/gm/
bleed.cpp 22 static const SkPMColor kRed = SkPreMultiplyColor(SK_ColorRED);
36 scanline[x] = kRed;
43 scanline[1] = kRed;
50 scanline[width-2] = kRed;
57 scanline[1] = kRed;
64 scanline[width-2] = kRed;
71 scanline[x] = kRed;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.h 75 kRed = 0x1,
82 kRGB = kRed | kGreen | kBlue,
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 693 const uint32_t kRed = 0xff0000ff;
694 FillRectInImage(&chunk, pp::Rect(chunk.size()), kRed);

Completed in 315 milliseconds