HomeSort by relevance Sort by last modified time
    Searched refs:red (Results 151 - 175 of 886) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 217 int blue, green, red; local
226 red = readByte(buf, begin + 4*j + 2);
227 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
359 int red = readByte(buf, xorOffset + 3*pixelNo + 2); local
363 *address = SkPreMultiplyARGB(alpha, red, green, blue);
373 int red = readByte(buf, xorOffset + 4*pixelNo + 2); local
379 *address = SkPreMultiplyARGB(alpha, red, green, blue);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 488 Uint16 * red, * green, * blue ; local
505 red = ramp ;
510 GammaRamp_R [i] = red [i] ;
523 Uint16 * red, * green, * blue ; local
528 red = ramp ;
533 red [i] = GammaRamp_R [i] ;
539 red [i] = green [i] = blue [i] = i ;
  /external/skia/src/images/
SkImageDecoder_libico.cpp 217 int blue, green, red; local
226 red = readByte(buf, begin + 4*j + 2);
227 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
359 int red = readByte(buf, xorOffset + 3*pixelNo + 2); local
363 *address = SkPreMultiplyARGB(alpha, red, green, blue);
373 int red = readByte(buf, xorOffset + 4*pixelNo + 2); local
379 *address = SkPreMultiplyARGB(alpha, red, green, blue);
  /device/samsung/manta/liblights/
lights.c 99 int red = (color >> 16) & 0x000000ff; local
103 int brightness = red;
136 unsigned int red; local
141 red = (color >> 16) & 0x000000ff;
145 white = red;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TransparencyWinTest.cpp 266 Color red(0xFFFF0000), darkRed(0xFFBF0000);
269 // Make a red bottom layer, followed by a half green next layer @ 50%.
273 src->context()->fillRect(fullRect, red);
303 EXPECT_EQ(red, getPixelAt(src->context(), 0, 0));
304 EXPECT_EQ(red, getPixelAt(src->context(), 1, 1));
308 // (black @ 50% atop green) @ 50% atop red = 0xFF804000
313 // 50% green on top of red = FF808000 (rounded to what Skia will produce).
332 Color red(0xFFFF0000);
343 // Draw a red pixel at (15, 15). This should be the at (15, 7) after
371 Color red(0xFFFF0000)
    [all...]
  /bootable/recovery/minui/
graphics.c 91 vi.red.offset = 8;
92 vi.red.length = 8;
100 vi.red.offset = 24;
101 vi.red.length = 8;
109 vi.red.offset = 11;
110 vi.red.length = 5;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_tests.css 32 color: red;
57 border: 1px solid red;
155 color: red;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.h 5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
17 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /external/mesa3d/src/mesa/main/
es1_conversion.h 5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
17 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 164 info.red.offset = 24;
165 info.red.length = 8;
189 info.red.offset = 11;
190 info.red.length = 5;
278 info.red.offset, info.red.length,
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 164 info.red.offset = 24;
165 info.red.length = 8;
189 info.red.offset = 11;
190 info.red.length = 5;
278 info.red.offset, info.red.length,
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 164 info.red.offset = 24;
165 info.red.length = 8;
189 info.red.offset = 11;
190 info.red.length = 5;
278 info.red.offset, info.red.length,
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixColorFilterTest.java 54 paint.setColor(Color.RED);
56 assertColor(Color.RED, bitmap.getPixel(0, 0));
70 paint.setColor(Color.RED);
92 assertEquals(Color.red(expected), Color.red(actual), TOLERANCE);
ColorTest.java 24 assertEquals(0xff, Color.alpha(Color.RED));
30 assertEquals(Color.RED, Color.argb(0xff, 0xff, 0x00, 0x00));
35 assertEquals(0x00, Color.blue(Color.RED));
40 assertEquals(0x00, Color.green(Color.RED));
55 Color.colorToHSV(Color.RED, hsv);
56 assertEquals(Color.RED, Color.HSVToColor(hsv));
70 Color.colorToHSV(Color.RED, hsv);
71 assertEquals(Color.RED, Color.HSVToColor(0xff, hsv));
83 assertEquals(Color.RED, Color.parseColor("#ff0000"));
84 assertEquals(Color.RED, Color.parseColor("#ffff0000"))
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 141 byte red = (byte)(255-2*t);
147 image.put(red);
  /external/chromium-trace/trace-viewer/src/base/
unittest.css 98 color: red;
  /external/chromium_org/chrome/browser/resources/sync_internals/
about.css 17 color: red;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.css 65 color: red;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ColorMac.mm 96 NSColor *result = [NSColor colorWithDeviceRed:static_cast<CGFloat>(color.red()) / 255
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 87 RED Color R component
177 RGB red green blue
178 RGBA red green blue alpha
179 BGRA blue green red alpha
180 ABGR_EXT alpha blue green red
188 Framebuffer. It should read " If the <format> is one of RED, GREEN,
193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
index.css 10 color: red;
  /external/grub/docs/
menu.lst 82 color light-green/brown blink-red/blue
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorDistnoise.java 88 texres.red = colorBand[colorbandIndex][0];
93 data[index++] = (byte) (texres.red * 255.0f);
TextureGeneratorMarble.java 85 texres.red = colorBand[colorbandIndex][0];
90 data[index++] = (byte) (texres.red * 255.0f);
TextureGeneratorMusgrave.java 95 texres.red = colorBand[colorbandIndex][0];
100 data[index++] = (byte) (texres.red * 255.0f);

Completed in 416 milliseconds

1 2 3 4 5 67 8 91011>>