HomeSort by relevance Sort by last modified time
    Searched full:green (Results 1 - 25 of 627) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/qt/tests/qwebelement/resources/
style2.css 1 #idP {color: green ! important}
  /sdk/eclipse/scripts/
_mk_icons.sh 8 icon M green manifest
11 icon P green package
13 icon I green instrumentation
14 icon F green functionalTest
15 icon H green handleProfiling
16 icon I green icon
17 icon T green targetPackage
21 icon N green name
27 icon P green process
28 icon T green taskAffinit
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLColor.java 22 public final int green; field in class:GLColor
26 public GLColor(int red, int green, int blue, int alpha) {
28 this.green = green;
33 public GLColor(int red, int green, int blue) {
35 this.green = green;
45 green == color.green &&
  /external/webkit/WebCore/manual-tests/animation/
animateColor-by.svg 3 <animateColor attributeName="fill" by='green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from black to green over 3 seconds</text>
animateColor-repeat-indefinite.svg 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
5 <text x='10' y='120'>The rect should animate from blue to green over 2 seconds, repeatedly.</text>
animateColor-to-from.svg 3 <animateColor attributeName="fill" from='blue' to='green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
animateColor-to.svg 3 <animateColor attributeName="fill" to='green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
animateColor-values-simple.svg 3 <animateColor attributeName="fill" values='blue; green' dur='3s' fill='freeze' />
5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
set-to.svg 5 <set attributeName='fill' to='green' dur='3s' />
8 There should be a 100x100 green rect at 0,0.
animateTransform-keyTimes.svg 6 <rect fill='none' stroke='green' x='100' width='100' height='100' />
9 <tspan dy='20' x='10'>It should be at the orange at 2 seconds and the green at 3 seconds.</tspan>
  /external/libffi/
ChangeLog.v1 10 Mon Oct 5 02:17:50 1998 Anthony Green <green@cygnus.com>
16 Mon Oct 5 01:03:03 1998 Anthony Green <green@cygnus.com>
33 Fri Apr 17 17:26:58 1998 Anthony Green <green@hoser.cygnus.com>
55 Tue May 13 13:39:20 1997 Anthony Green <green@hoser.cygnus.com>
72 Thu May 8 14:34:05 1997 Anthony Green <green@hoser.cygnus.com
    [all...]
ChangeLog.libffi 1 2008-07-17 Anthony Green <green@redhat.com>
18 2008-04-03 Anthony Green <green@redhat.com>
26 2008-04-03 Anthony Green <green@redhat.com>
39 2008-03-04 Anthony Green <green@redhat.com>
60 Anthony Green <green@redhat.com
    [all...]
ChangeLog.libgcj 30 1999-08-08 Anthony Green <green@cygnus.com>
34 1999-08-08 Anthony Green <green@cygnus.com>
  /external/webkit/LayoutTests/fast/js/resources/
js-test-style.css 3 color: green;
  /external/webkit/WebCore/platform/graphics/filters/
FEColorMatrix.cpp 70 inline void matrix(double& red, double& green, double& blue, double& alpha, const Vector<float>& values)
72 double r = values[0] * red + values[1] * green + values[2] * blue + values[3] * alpha;
73 double g = values[5] * red + values[6] * green + values[7] * blue + values[8] * alpha;
74 double b = values[10] * red + values[11] * green + values[12] * blue + values[13] * alpha;
75 double a = values[15] * red + values[16] * green + values[17] * blue + values[18] * alpha;
78 green = g;
83 inline void saturate(double& red, double& green, double& blue, const float& s)
85 double r = (0.213 + 0.787 * s) * red + (0.715 - 0.715 * s) * green + (0.072 - 0.072 * s) * blue;
86 double g = (0.213 - 0.213 * s) * red + (0.715 + 0.285 * s) * green + (0.072 - 0.072 * s) * blue;
87 double b = (0.213 - 0.213 * s) * red + (0.715 - 0.715 * s) * green + (0.072 + 0.928 * s) * blue
133 double red = r, green = g, blue = b, alpha = a; local
    [all...]
  /external/webkit/WebCore/manual-tests/
transitions.html 8 div.green {
10 background-color: green;
31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"},
frame-hover.html 2 <p style="height: 50px;">Move the mouse pointer into the yellow box, then directly into the green box, then out of both boxes. No red or cyan should remain, only yellow and green.</p>
textarea-focus.html 7 textarea:focus { background: green; }
18 The text area&rsquo;s background will change from red to green.
22 The text area will not change to green. Only switching to another window and back to this window
23 will change it to green.
bugzilla-6821.html 8 div#a { background: green; }
11 div#b:hover { background: green; }
24 After a second, you should see &ldquo;Only green now&rdquo; over a green background.
29 &ldquo;Only green now&rdquo; will appear over a yellow background with a red
31 change to green eventually.
54 Only green now
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gamma.c 33 static int X11_SetGammaNoLock(_THIS, float red, float green, float blue)
49 if ( green < MIN_GAMMA ) {
50 gamma.green = MIN_GAMMA;
52 if ( green > MAX_GAMMA ) {
53 gamma.green = MAX_GAMMA;
55 gamma.green = green;
70 gamma_saved[1] = gamma.green;
83 int X11_SetVidModeGamma(_THIS, float red, float green, float blue)
88 result = X11_SetGammaNoLock(this, red, green, blue)
    [all...]
  /sdk/traceview/src/com/android/traceview/
ColorController.java 35 new RGB(0, 240, 0), // green
41 new RGB(150, 255, 150), // light green
45 new RGB(0, 120, 0), // dark green
59 return requestColor(display, rgb.red, rgb.green, rgb.blue);
63 return requestColorSquare(display, rgb.red, rgb.green, rgb.blue);
66 public static Color requestColor(Display display, int red, int green, int blue) {
67 int key = (red << 16) | (green << 8) | blue;
70 color = new Color(display, red, green, blue);
76 public static Image requestColorSquare(Display display, int red, int green, int blue) {
77 int key = (red << 16) | (green << 8) | blue
    [all...]
  /external/junit/src/junit/swingui/
ProgressBar.java 8 * A progress bar showing the green/red status
21 return Color.green;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelXorXfermodeTest.java 51 p.setXfermode(new PixelXorXfermode(Color.GREEN));
54 // white ^ green ^ cyan = yellow
56 // black ^ green ^ cyan = blue
60 p.setXfermode(new PixelXorXfermode(alphaColor(Color.GREEN, 25)));
70 int green = Color.green(color); local
72 return Color.argb(alpha, red, green, blue);
  /external/skia/src/animator/
SkDrawColor.cpp 34 SkScalar green = SkIntToScalar(SkColorGetG(color)); local
36 SkScalar min = SkMinScalar(SkMinScalar(red, green), blue);
37 SkScalar value = SkMaxScalar(SkMaxScalar(red, green), blue);
50 hue = SkScalarMul(green - blue, part60);
54 else if (green == value)
57 hue = 240 * SK_Scalar1 + SkScalarMul(red - green, part60);
74 SkScalar green SK_INIT_TO_AVOID_WARNING;
77 red = green = blue = value;
87 case 0: red = value; green = t; blue = p; break;
88 case 1: red = q; green = value; blue = p; break
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_gamma.c 93 int SDL_SetGamma(float red, float green, float blue)
105 CalculateGammaRamp(green, ramp[1]);
111 succeeded = video->SetGamma(this, red, green, blue);
119 int SDL_GetGamma(float *red, float *green, float *blue)
133 CalculateGammaFromRamp(green, ramp[1]);
139 succeeded = video->GetGamma(this, red, green, blue);
144 int SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue)
166 if ( green ) {
167 SDL_memcpy(&video->gamma[1*256], green, 256*sizeof(*video->gamma));
196 int SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue
    [all...]

Completed in 53 milliseconds

1 2 3 4 5 6 7 8 91011>>