HomeSort by relevance Sort by last modified time
    Searched full:blue (Results 51 - 75 of 614) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
input-type-file-drag-drop.html 5 <div style="background-color: blue;" width="300">
  /frameworks/base/core/tests/coretests/res/values/
colors.xml 23 <drawable name="blue">#ff0000ff</drawable>
  /cts/tests/tests/text/src/android/text/style/cts/
ClickableSpanTest.java 53 tp.linkColor = Color.BLUE;
55 assertEquals(Color.BLUE, tp.getColor());
  /development/samples/ApiDemos/res/layout/
custom_view_1.xml 32 android:background="@drawable/blue"
35 app:text="Blue" app:textSize="20dp"/>
  /external/webkit/WebCore/platform/graphics/haiku/
ColorHaiku.cpp 37 : m_color(makeRGBA(color.red, color.green, color.blue, color.alpha))
44 return make_color(red(), green(), blue(), alpha());
  /external/webkit/WebCore/platform/graphics/qt/
ColorQt.cpp 36 : m_color(makeRGBA(c.red(), c.green(), c.blue(), c.alpha()))
44 return QColor(red(), green(), blue(), alpha());
  /external/webkit/WebCore/platform/graphics/wx/
ColorWx.cpp 36 m_color = makeRGBA((int)color.Red(), (int)color.Green(), (int)color.Blue(), (int)color.Alpha());
41 return wxColour(red(), green(), blue(), alpha());
  /external/freetype/src/autofit/
aflatin2.c 179 AF_LatinBlue blue; local
189 AF_LOG(( "blue zones computation\n" ));
200 AF_LOG(( "blue %3d: ", bb ));
338 * we couldn't find a single glyph to compute this blue zone,
346 /* now determine the reference and overshoot position of the blue -- */
351 blue = & axis->blues[axis->blue_count];
352 blue_ref = & blue->ref.org;
353 blue_shoot = & blue->shoot.org;
387 blue->flags = 0;
389 blue->flags |= AF_LATIN_BLUE_TOP
530 AF_LatinBlue blue = NULL; local
590 AF_LatinBlue blue = &axis->blues[nn]; local
1366 AF_LatinBlue blue = latin->blues + bb; local
1807 AF_Width blue; local
    [all...]
aflatin.c 173 AF_LatinBlue blue; local
183 AF_LOG(( "blue zones computation\n" ));
194 AF_LOG(( "blue %3d: ", bb ));
333 * we couldn't find a single glyph to compute this blue zone,
341 /* now determine the reference and overshoot position of the blue -- */
346 blue = & axis->blues[axis->blue_count];
347 blue_ref = & blue->ref.org;
348 blue_shoot = & blue->shoot.org;
382 blue->flags = 0;
384 blue->flags |= AF_LATIN_BLUE_TOP
524 AF_LatinBlue blue = NULL; local
594 AF_LatinBlue blue = &axis->blues[nn]; local
1293 AF_LatinBlue blue = latin->blues + bb; local
1719 AF_Width blue; local
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 117 unsigned char blue; /* 0 .. 255 */ member in struct:_D3DRMPALETTEENTRY
139 the red, green and blue parts of a
142 red, green and blue elements in the
145 green and blue, so the masks should
277 D3DVALUE blue);
284 D3DVALUE blue,
298 * Get the blue component of a color.
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 117 unsigned char blue; /* 0 .. 255 */ member in struct:_D3DRMPALETTEENTRY
139 the red, green and blue parts of a
142 red, green and blue elements in the
145 green and blue, so the masks should
277 D3DVALUE blue);
284 D3DVALUE blue,
298 * Get the blue component of a color.
  /external/libpng/contrib/gregbook/
readpng.c 154 int readpng_get_bgcolor(uch *red, uch *green, uch *blue)
173 * and blue values, regardless of color_type: */
184 *blue = pBackground->blue >> 8;
187 *red = *green = *blue = pBackground->gray? 255 : 0;
189 *red = *green = *blue = (255/3) * pBackground->gray;
191 *red = *green = *blue = (255/15) * pBackground->gray;
195 *blue = (uch)pBackground->blue;
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorTest.java 58 method = "blue",
62 assertEquals(0x00, Color.blue(Color.RED));
63 assertEquals(0x00, Color.blue(Color.YELLOW));
162 assertEquals(Color.BLUE, Color.parseColor("blue"));
DiscretePathEffectTest.java 78 // draw guide rectangle into blue channel (each segment must be completely inside this)
79 paint.setColor(Color.BLUE);
94 assertEquals(0xFF, Color.blue(pixel));
PorterDuffColorFilterTest.java 46 b2.eraseColor(Color.BLUE);
72 assertEquals(Color.BLUE, target.getPixel(width / 4, height * 3 / 4));
73 assertEquals(Color.BLUE, target.getPixel(width * 3 / 4, height * 3 / 4));
  /external/skia/include/core/
SkColor.h 57 /** return the blue byte from a SkColor value */
74 #define SK_ColorBLUE 0xFF0000FF //!< blue SkColor value
87 @param blue blue component value [0..255]
90 void SkRGBToHSV(U8CPU red, U8CPU green, U8CPU blue, SkScalar hsv[3]);
  /external/webkit/WebCore/manual-tests/animation/
animateTransform-parser.svg 20 <line x1="200" y1="200" x2="300" y2="200" stroke="blue" stroke-width="10" stroke-linecap="round">
37 <circle fill="blue" cx="0" cy="0" r="10">
52 <rect fill="blue" x="0" y="0" width="20" height="100">
65 <rect fill="blue" x="0" y="0" width="100" height="20">
81 <rect fill="blue" x="0" y="0" width="25" height="100">
  /external/webkit/WebCore/platform/graphics/
Gradient.cpp 138 *b = m_stops.first().blue;
145 *b = m_stops.last().blue;
157 *b = lastStop.blue + (nextStop.blue - lastStop.blue) * stopFraction;
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
13 void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
15 void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.0 7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
13 void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
15 void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
  /external/v8/benchmarks/
raytrace.js 82 blue : 0.0,
91 this.blue = b;
99 result.blue = c1.blue + c2.blue;
109 result.blue = c1.blue + s;
121 result.blue = c1.blue - c2.blue;
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 77 blue : 0.0,
86 this.blue = b;
94 result.blue = c1.blue + c2.blue;
104 result.blue = c1.blue + s;
116 result.blue = c1.blue - c2.blue;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_mmx.c 67 The red/green/blue.. coefficents are taken from the mpeg_play
150 "pmullw %14,%%mm5\n" // blue*-109dec=1.7129*64
151 "pmullw %15,%%mm1\n" // blue*114dec=1.78125*64
152 "psraw $6, %%mm5\n" // blue=red/64
153 "psraw $6, %%mm1\n" // blue=blue/64
161 "paddsw %%mm0, %%mm7\n" // lum1+blue:x G2 x G0 x g2 x g0
169 "paddsw %%mm1, %%mm3\n" // lum1+blue:x B3 x B1 x b3 x b1
170 "paddsw %%mm1, %%mm5\n" // lum1+blue:x B2 x B0 x b2 x b0
292 "paddw %%mm0, %%mm6\n" // lum1 +blue 00 B6 00 B4 00 B2 00 B
    [all...]
  /device/htc/passion-common/liblights/
lights.c 85 .brightness = { "/sys/class/leds/blue/brightness", 0},
86 .blink = { "/sys/class/leds/blue/blink", 0},
187 write_rgb(struct led_prop *prop, int red, int green, int blue)
196 LOGV("%s %s: red:%d green:%d blue:%d\n",
197 __func__, prop->filename, red, green, blue);
199 bytes = snprintf(buffer, sizeof(buffer), "%d %d %d\n", red, green, blue);
214 set_rgb(int red, int green, int blue)
218 (blue & 0x000000ff));
233 int red, blue, green; local
247 blue = state->color & 0xff
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
vertical_bar.js 61 // 'no match'.match(new RegExp('red|white|blue'))
62 testcases[count++] = new TestCase ( SECTION, "'no match'.match(new RegExp('red|white|blue'))",
63 null, 'no match'.match(new RegExp('red|white|blue')));

Completed in 155 milliseconds

1 23 4 5 6 7 8 91011>>