HomeSort by relevance Sort by last modified time
    Searched full:red (Results 201 - 225 of 1814) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/awt/java/awt/
Color.java 108 * The color red.
110 public static final Color red = new Color(255, 0, 0); field in class:Color
113 * The color red.
115 public static final Color RED = red;
281 * consisting of the alpha component in bits 24-31, the red component in
301 * Instantiates a new color with the specified red, green, blue and alpha
305 * the red component.
322 * Instantiates a new opaque sRGB color with the specified red, green, and
326 * the red component
    [all...]
  /external/webkit/WebCore/platform/graphics/
Color.cpp 155 int dR = c1.red() - c2.red();
184 return String::format("#%02X%02X%02X%02X", red(), green(), blue(), alpha());
185 return String::format("#%02X%02X%02X", red(), green(), blue());
280 int r = (red() * alpha() * (255 - source.alpha()) + 255 * source.alpha() * source.red()) / d;
296 int r = blendComponent(red(), alpha);
310 r = red() / 255.0f;
318 r = red() / 255.0;
329 double r = static_cast<double>(red()) / 255.0
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 73 * 8bitRGB332 : Red 7:5, Green 4:2, Blue 1:0
74 * 12bitRGB444 : Red 11:8, Green 7:4, Blue 3:0
75 * 16bitARGB4444 : Alpha 15:12, Red 11:8, Green 7:4, Blue 3:0
76 * 16bitARGB1555 : Alpha 15, Red 14:10, Green 9:5, Blue 4:0
77 * 16bitRGB565 : Red 15:11, Green 10:5, Blue 4:0
78 * 16bitBGR565 : Blue 15:11, Green 10:5, Red 4:0
79 * 18bitRGB666 : Red 17:12, Green 11:6, Blue 5:0
80 * 18bitARGB1665 : Alpha 17, Red 16:11, Green 10:5, Blue 4:0
81 * 19bitARGB1666 : Alpha 18, Red 17:12, Green 11:6, Blue 5:0
82 * 24bitRGB888 : Red 24:16, Green 15:8, Blue 7:
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 56 * 8bitRGB332 : Red 7:5, Green 4:2, Blue 1:0
57 * 12bitRGB444 : Red 11:8, Green 7:4, Blue 3:0
58 * 16bitARGB4444 : Alpha 15:12, Red 11:8, Green 7:4, Blue 3:0
59 * 16bitARGB1555 : Alpha 15, Red 14:10, Green 9:5, Blue 4:0
60 * 16bitRGB565 : Red 15:11, Green 10:5, Blue 4:0
61 * 16bitBGR565 : Blue 15:11, Green 10:5, Red 4:0
62 * 18bitRGB666 : Red 17:12, Green 11:6, Blue 5:0
63 * 18bitARGB1665 : Alpha 17, Red 16:11, Green 10:5, Blue 4:0
64 * 19bitARGB1666 : Alpha 18, Red 17:12, Green 11:6, Blue 5:0
65 * 24bitRGB888 : Red 24:16, Green 15:8, Blue 7:0
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 216 {255, 0, 0}, /* 10: red */
217 { 64, 0, 0}, /* 11: dark red */
257 {0+8, 12,0, 10,11}, /* checkered: orange/black vs. red */
259 {1, 12,0, 11,0}, /* diamonds: orange vs. dark red */
260 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
1217 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1294 ulg red, green, blue; local
1333 ush red, green, blue; local
1419 ulg red, green, blue; local
1495 ush red, green, blue; local
1639 ulg red, green, blue; local
1767 ush red, green, blue; local
1986 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
  /cts/tests/res/layout/
absolute_layout.xml 34 android:background="@drawable/red"
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 134 // horizontal red line starting from (0,0); overwrites first line of the rectangle
135 paint.setColor(Color.RED);
143 // first pixel is BLUE, rest of the line is RED
146 assertEquals(Color.RED, bitmap.getPixel(x, 0));
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MockEnum.java 29 RED, BLUE, YELLO
MockEnum2.java 30 RED, BLUE, YELLO
  /development/samples/ApiDemos/res/layout/
linear_layout_4.xml 27 android:background="@drawable/red"
tabs1.xml 28 android:background="@drawable/red"
  /development/samples/ApiDemos/res/values/
colors.xml 18 <drawable name="red">#7f00</drawable>
  /development/samples/SkeletonApp/res/values/
colors.xml 24 <color name="red">#f00</color>
  /external/bluetooth/glib/gio/fam/
fam-helper.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
fam-module.c 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gfamdirectorymonitor.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gfamfilemonitor.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
  /external/bluetooth/glib/gio/
gasynchelper.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gcontenttype.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gcontenttypeprivate.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gdummyfile.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gfileicon.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gioerror.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
giomodule-priv.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gioscheduler.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.

Completed in 53 milliseconds

1 2 3 4 5 6 7 891011>>