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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGenCXX/
scoped-enums.cpp 4 enum class Color { red, blue, green }; member in class:Color
2007-04-10-PackedUnion.cpp 10 float blue; member in struct:ABCS
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 48 private IParcelFileDescriptorPeer blue; field in class:ParcelFileDescriptorProcessTest
95 "android.os.cts", "android.os.cts.ParcelFileDescriptorPeer$Blue"));
103 blue = blueConn.get();
104 red.setPeer(blue);
105 blue.setPeer(red);
127 // red <-- blue
129 blue.doGet();
131 blue.write(1);
134 blue.close();
140 // red --> blue
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 49 int[] color = { Color.BLUE, Color.GREEN, Color.RED };
57 // BLUE -> GREEN, B sub-value decreasing while G sub-value increasing
58 assertTrue(Color.blue(b.getPixel(10, 0)) > Color.blue(b.getPixel(10, 5)));
59 assertTrue(Color.blue(b.getPixel(10, 5)) > Color.blue(b.getPixel(10, 10)));
68 lg = new LinearGradient(0, 0, 0, 40, Color.RED, Color.BLUE, TileMode.CLAMP);
73 // RED -> BLUE, R sub-value decreasing while B sub-value increasing
76 assertTrue(Color.blue(b.getPixel(10, 0)) < Color.blue(b.getPixel(10, 15)))
108 assertTrue(b.getColor(10, 0).blue() > b.getColor(10, 5).blue()); method
109 assertTrue(b.getColor(10, 5).blue() > b.getColor(10, 10).blue()); method
    [all...]
  /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 &&
  /external/ImageMagick/Magick++/tests/
color.cpp 36 double blue; member in struct:colorStr
44 { "blue", 0,0,1 },
59 colorMap[i].blue );
  /external/ImageMagick/MagickCore/
colorspace-private.h 36 pixel->blue=((QuantumRange-(QuantumScale*pixel->blue*(QuantumRange-
44 blue, local
55 blue=QuantumScale*pixel->blue;
61 blue=QuantumScale*DecodePixelGamma(pixel->blue);
65 (fabs((double) blue) < MagickEpsilon))
72 yellow=(MagickRealType) (1.0-blue);
84 pixel->blue=QuantumRange*yellow
    [all...]
  /external/ImageMagick/coders/
hald.c 139 blue,
154 blue=y/(ssize_t) level;
162 SetPixelBlue(image,ClampToQuantum(QuantumRange*blue/(cube_size-1.0)),q);
137 blue, local
pix.c 100 blue,
172 blue=(Quantum) 0;
195 blue=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
202 SetPixelBlue(image,blue,q);
98 blue, local
  /external/clang/test/Sema/
attr-deprecated-message.c 18 typedef enum {red, green, blue} Color __attribute__((deprecated("Please avoid Color"))); // expected-note {{'Color' has been explicitly marked deprecated here}} enumerator in enum:__anon17697
  /external/deqp-deps/SPIRV-Tools/source/
print.h 66 // Sets console color to blue.
67 struct blue { struct in namespace:spvtools::clr
  /external/freetype/include/freetype/
ftcolor.h 64 * blue ::
65 * Blue value.
74 * Alpha value, giving the red, green, and blue color's opacity.
81 FT_Byte blue; member in struct:FT_Color_
  /external/skia/src/codec/
SkMasks.h 28 uint32_t blue; member in struct:SkMasks::InputMasks
77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
  /external/skqp/src/codec/
SkMasks.h 28 uint32_t blue; member in struct:SkMasks::InputMasks
77 SkMasks(const MaskInfo& red, const MaskInfo& green, const MaskInfo& blue,
  /external/swiftshader/src/Main/
FrameBufferWin.hpp 26 short blue[256]; member in struct:sw::GammaRamp
  /external/swiftshader/src/WSI/
FrameBufferWin.hpp 26 short blue[256]; member in struct:sw::GammaRamp
  /external/swiftshader/third_party/SPIRV-Tools/source/
print.h 66 // Sets console color to blue.
67 struct blue { struct in namespace:spvtools::clr
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ColorUtils.java 52 String blue = verifyChannel("blue", expected, observed, tolerance, (i) -> Color.blue(i)); local
55 buildErrorString(s, red, green, blue, alpha);
59 @Nullable String green, @Nullable String blue, @Nullable String alpha) {
61 for (String channel : new String[]{red, green, blue, alpha}) {
100 String blue = verifyChannel("blue", expected, observed, tolerance, (c) -> c.blue()); local
103 buildErrorString(msg, red, green, blue, alpha)
    [all...]
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ColorUtils.java 52 String blue = verifyChannel("blue", expected, observed, tolerance, (i) -> Color.blue(i)); local
55 buildErrorString(s, red, green, blue, alpha);
59 @Nullable String green, @Nullable String blue, @Nullable String alpha) {
61 for (String channel : new String[]{red, green, blue, alpha}) {
100 String blue = verifyChannel("blue", expected, observed, tolerance, (c) -> c.blue()); local
103 buildErrorString(msg, red, green, blue, alpha)
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 31 unsigned char red, green, blue; member in struct:Color
instantiate-non-dependent-types.cpp 41 enum Colors {red, green, blue}; enumerator in enum:Colors
  /external/skia/bench/
TileBench.cpp 19 float blue = 255.0f; local
22 *bm->getAddr32(0, y) = SkColorSetRGB(0, 0, (U8CPU) blue);
23 blue -= deltaB;
  /external/skia/gm/
tileimagefilter.cpp 53 SkPaint blue; variable
54 blue.setColor(SK_ColorBLUE);
55 blue.setStyle(SkPaint::kStroke_Style);
78 canvas->drawRect(dstRect, blue);
108 canvas->drawRect(dstRect, blue);
  /external/skia/src/gpu/effects/
GrOverrideInputFragmentProcessor.cpp 75 uint16_t blue = SkFloatToHalf(literalColor.fB); local
78 b->add32(((uint32_t)blue << 16) | alpha);
  /external/skqp/bench/
TileBench.cpp 19 float blue = 255.0f; local
22 *bm->getAddr32(0, y) = SkColorSetRGB(0, 0, (U8CPU) blue);
23 blue -= deltaB;

Completed in 984 milliseconds

1 2 3 4 5 6 7 8 9