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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLColor.java 23 public final int blue; field in class:GLColor
26 public GLColor(int red, int green, int blue, int alpha) {
29 this.blue = blue;
33 public GLColor(int red, int green, int blue) {
36 this.blue = blue;
46 blue == color.blue &&
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 48 private IParcelFileDescriptorPeer blue; field in class:ParcelFileDescriptorProcessTest
95 "com.android.cts.os", "android.os.cts.ParcelFileDescriptorPeer$Blue"));
103 blue = blueConn.get();
104 red.setPeer(blue);
105 blue.setPeer(red);
124 // red <-- blue
126 blue.doGet();
128 blue.write(1);
131 blue.close();
137 // red --> blue
    [all...]
  /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());
36 int blueDiff = toColor.blue() - fromColor.blue();
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 2 foo(one fish, blue fish)
  /external/mesa3d/src/glsl/glcpp/tests/
020-define-func-2-arg-multi.c 2 foo(one fish, blue fish)
  /external/chromium_org/third_party/WebKit/Source/core/css/
RGBColor.idl 27 readonly attribute CSSPrimitiveValue blue;
  /external/clang/www/demo/
syntax.css 4 .llvm_keyword { font-weight: bold; color: blue }
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_lut.rs 21 short blue[256];
28 tmp.b = blue[in.b];
  /external/eigen/test/
runtest.sh 7 blue='\E[34m'
14 echo -e $blue
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 12 + Math.abs(Color.blue(color) - Color.blue(expectedColor));
  /external/eigen/blas/testing/
runblastest.sh 7 blue='\E[34m'
22 echo -e $blue
30 echo -e $blue
38 echo -e $blue
  /external/eigen/test/eigen2/
runtest.sh 7 blue='\E[34m'
15 echo -e $blue
24 echo -e $blue
  /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]));
65 blue:static_cast<CGFloat>(color.blue()) / 255
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheelLEDController.java 20 int blue = Color.blue(color) / 8; local
24 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)2,(byte)blue);
28 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)5,(byte)blue);
32 mActivity.sendCommand(DemoKitActivity.LED_SERVO_COMMAND,(byte)8,(byte)blue);
  /cts/tools/signature-tools/templates/
Styles.st 6 a.default:link {color: blue; text-decoration: none}
7 a.default:hover {color: blue; text-decoration: underline;}
8 a.default:visited {color: blue; text-decoration: none}
  /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
43 assertTrue(Color.blue(b.getPixel(10, 0)) > Color.blue(b.getPixel(10, 5)));
44 assertTrue(Color.blue(b.getPixel(10, 5)) > Color.blue(b.getPixel(10, 10)));
53 lg = new LinearGradient(0, 0, 0, 40, Color.RED, Color.BLUE, TileMode.CLAMP);
58 // RED -> BLUE, R sub-value decreasing while B sub-value increasing
61 assertTrue(Color.blue(b.getPixel(10, 0)) < Color.blue(b.getPixel(10, 15)))
    [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:__anon19206
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon19207
46 GLubyte blue, green, red, alpha;
  /external/clang/test/CodeGenCXX/
scoped-enums.cpp 4 enum class Color { red, blue, green }; member in class:Color
  /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:__anon7544
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue; member in struct:__anon7545
46 GLubyte blue, green, red, alpha;
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 167 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
169 green->AddChild(blue);
185 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
187 green->AddChild(blue);
203 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
205 green->AddChild(blue);
313 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
315 green->AddChild(blue);
333 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
335 green->AddChild(blue);
352 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
376 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
401 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
426 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
451 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
476 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
501 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
522 scoped_refptr<SolidColorLayer> blue = local
542 scoped_refptr<SolidColorLayer> blue = local
562 scoped_refptr<SolidColorLayer> blue = local
583 scoped_refptr<SolidColorLayer> blue = local
604 scoped_refptr<SolidColorLayer> blue = local
625 scoped_refptr<SolidColorLayer> blue = local
644 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
665 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
686 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
707 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
729 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
751 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
777 scoped_refptr<SolidColorLayer> blue = local
801 scoped_refptr<SolidColorLayer> blue = local
825 scoped_refptr<SolidColorLayer> blue = local
851 scoped_refptr<SolidColorLayer> blue = local
877 scoped_refptr<SolidColorLayer> blue = local
902 scoped_refptr<SolidColorLayer> blue = local
957 scoped_refptr<FakePictureLayer> blue = local
986 scoped_refptr<FakePictureLayer> blue = local
1016 scoped_refptr<FakePictureLayer> blue = local
1047 scoped_refptr<FakePictureLayer> blue = local
1075 scoped_refptr<SolidColorLayer> blue = CreateSolidColorLayer( local
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawColor.cpp 27 SkScalar blue = SkIntToScalar(SkColorGetB(color)); local
28 SkScalar min = SkMinScalar(SkMinScalar(red, green), blue);
29 SkScalar value = SkMaxScalar(SkMaxScalar(red, green), blue);
42 hue = SkScalarMul(green - blue, part60);
47 hue = 120 * SK_Scalar1 + SkScalarMul(blue - red, part60);
48 else // blue == value
67 SkScalar blue SK_INIT_TO_AVOID_WARNING;
69 red = green = blue = value;
79 case 0: red = value; green = t; blue = p; break;
80 case 1: red = q; green = value; blue = p; break
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
gaia.css 23 .blue-button {
38 .blue-button:hover {
47 .blue-button:focus {
51 .blue-button:focus:hover {

Completed in 1226 milliseconds

1 2 3 4 5 6 7 8 91011>>