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

1 2 3 4 5 6 7 8 91011>>

  /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/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gamma_c.h 27 extern int X11_SetVidModeGamma(_THIS, float red, float green, float blue);
28 extern int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue);
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...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowColor.java 11 public static int rgb(int red, int green, int blue) {
12 return argb(0xff, red, green, blue);
16 public static int argb(int alpha, int red, int green, int blue) {
17 return (alpha << 24) | (red << 16) | (green << 8) | blue;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
ColorDistance.cpp 29 return Color(first.red() + second.red(), first.green() + second.green(), first.blue() + second.blue());
35 int greenDiff = toColor.green() - fromColor.green();
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.idl 25 readonly attribute CSSPrimitiveValue green;
  /external/clang/www/demo/
syntax.css 3 .llvm_type { font-style: oblique; color: green }
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 20 short green[256];
27 tmp.g = green[in.g];
  /external/eigen/test/
runtest.sh 5 green='\E[32m'
19 echo -e $green Test $1 passed$black
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 11 + Math.abs(Color.green(color) - Color.green(expectedColor))
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ColorMac.mm 42 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, clearColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:0]));
46 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, blackColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:1]));
50 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, whiteColor, ([NSColor colorWithDeviceRed:1 green:1 blue:1 alpha:1]));
64 green:static_cast<CGFloat>(color.green()) / 255
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 105 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
107 background->AddChild(green);
112 "green.png")));
119 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
121 background->AddChild(green);
126 "green.png")));
133 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
135 background->AddChild(green);
140 "green.png")));
147 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer local
162 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
180 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
198 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
216 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
231 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
246 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
262 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
277 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
292 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
308 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
328 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
347 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
371 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
396 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
421 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
446 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
471 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
496 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
639 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
660 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
681 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
702 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
724 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
746 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
960 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); local
988 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); local
1016 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); local
1046 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); local
1074 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( local
    [all...]
layer_tree_host_pixeltest_masks.cc 56 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
58 background->AddChild(green);
65 green->SetMaskLayer(mask.get());
93 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
95 green->SetMaskLayer(mask.get());
96 background->AddChild(green);
108 // Clip to the top half of the green layer.
115 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
117 clip->AddChild(green);
124 green->SetMaskLayer(mask.get())
142 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
180 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
211 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
253 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayerWithBorder( local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheelLEDController.java 19 int green = Color.green(color) / 8; local
23 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)1,(byte)green);
27 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)4,(byte)green);
31 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)7,(byte)green);
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 34 int[] color = { Color.BLUE, Color.GREEN, Color.RED };
42 // BLUE -> GREEN, B sub-value decreasing while G sub-value increasing
45 assertTrue(Color.green(b.getPixel(10, 0)) < Color.green(b.getPixel(10, 5)));
46 assertTrue(Color.green(b.getPixel(10, 5)) < Color.green(b.getPixel(10, 10)));
47 // GREEN -> RED, G sub-value decreasing while R sub-value increasing
48 assertTrue(Color.green(b.getPixel(10, 15)) > Color.green(b.getPixel(10, 20)));
49 assertTrue(Color.green(b.getPixel(10, 20)) > Color.green(b.getPixel(10, 25)))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
accum.h 50 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
66 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
  /external/mesa3d/src/mesa/main/
accum.h 50 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
66 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_vertex.h 36 GLubyte alpha, blue, green, red; member in struct:__anon18201
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon18202
46 GLubyte blue, green, red, alpha;
  /external/clang/test/CodeGenCXX/
scoped-enums.cpp 4 enum class Color { red, blue, green };
  /external/eigen/test/eigen2/
runtest.sh 5 green='\E[32m'
20 echo -e $green Test $1 passed$black
  /external/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 36 GLubyte alpha, blue, green, red; member in struct:__anon31760
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon31761
46 GLubyte blue, green, red, alpha;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>