HomeSort by relevance Sort by last modified time
    Searched full:color (Results 451 - 475 of 12554) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-srcmod-swz.sh 6 DCL OUT[1], COLOR
vert-xpd.sh 6 DCL OUT[1], COLOR
  /external/opencv3/samples/android/color-blob-detection/res/values/
strings.xml 3 <string name="app_name">OCV Color Blob Detection</string>
  /external/snakeyaml/src/test/java/examples/staticstate/
Wrapper.java 21 private String color; field in class:Wrapper
28 JavaBeanWithStaticState.color = color;
34 color = JavaBeanWithStaticState.color;
61 return color;
64 public void setColor(String color) {
65 this.color = color;
  /frameworks/base/graphics/java/android/graphics/
package.html 3 Provides low level graphics tools such as canvases, color filters, points, and
PorterDuffColorFilter.java 23 * A color filter that can be used to tint the source pixels using a single
24 * color and a specific {@link PorterDuff Porter-Duff composite mode}.
31 * Create a color filter that uses the specified color and Porter-Duff mode.
33 * @param color The ARGB source color used with the specified Porter-Duff mode
36 * @see Color
40 public PorterDuffColorFilter(@ColorInt int color, @NonNull PorterDuff.Mode mode) {
41 mColor = color;
47 * Returns the ARGB color used to tint the source pixels when this filte
    [all...]
  /frameworks/wilhelm/src/itf/
ILEDArray.c 63 SLHSL color = *pColor; local
64 if (!(0 <= color.hue && color.hue <= 360000))
66 if (!(0 <= color.saturation && color.saturation <= 1000))
68 if (!(0 <= color.lightness && color.lightness <= 1000))
73 thiz->mColors[index] = color;
92 SLHSL color = thiz->mColors[index]; local
94 *pColor = color;
114 SLHSL *color = thiz->mColors; local
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/tcs3414cs/
CMakeLists.txt 2 set (libdescription "I2C Color sensor")
  /packages/apps/DevCamera/res/drawable/
circle_background.xml 5 <stroke android:width="0dp" android:color="#FFBBBBBB" />
6 <solid android:color="#D05555FF" />
12 <stroke android:width="0dp" android:color="#FFBBBBBB" />
13 <solid android:color="#665555FF" /> <!-- spec is 26000000 -->
circle_button.xml 6 <stroke android:width="0.5dp" android:color="#FFBBBBBB" />
7 <solid android:color="#BB888888" />
15 <stroke android:width="0.5dp" android:color="#FFBBBBBB" />
16 <solid android:color="#BB444444" />
circle_button_blue.xml 6 <stroke android:width="0.5dp" android:color="#FFBBBBBB" />
7 <solid android:color="#BB666688" />
15 <stroke android:width="0.5dp" android:color="#FFBBBBBB" />
16 <solid android:color="#BB222244" />
focus_square_button.xml 7 <stroke android:width="2dp" android:color="#FFFFFF00"/>
8 <solid android:color="#00FFFFFF"/>
16 <stroke android:width="0.5dp" android:color="#FFFFFF00"/>
17 <solid android:color="#00FFFFFF"/>
  /external/libvorbis/doc/vorbisfile/
chaining_example_c.html 22 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
27 <font color="#A020F0">#include &lt;vorbis/codec.h&gt;</font>
28 <font color="#A020F0">#include &lt;vorbis/vorbisfile.h&gt;</font>
30 <strong><font color="#4169E1"><a name="main"></a>int main()</font></strong>{
34 <font color="#A020F0">#ifdef _WIN32</font> <font color="#B22222">/* We need to set stdin to binary mode on windows. */</font>
36 <font color="#A020F0">#endif</font>
38 <font color="#B22222">/* open the file/pipe on stdin */</font>
39 <font color="#4169E1">if</font>(ov_open_callbacks(stdin,&amp;ov,NULL,-1,OV_CALLBACKS_NOCLOSE)&lt;0){
40 printf(<font color="#666666">"Could not open input as an OggVorbis file.\n\n"</font>)
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 48 private enum Color { BLUE, GREEN, RED, GRAY, BLACK, ORANGE, PINK }
61 Mustang blueMustang = (Mustang) carFactory.create(Color.BLUE);
62 assertEquals(Color.BLUE, blueMustang.color);
65 Mustang redMustang = (Mustang) carFactory.create(Color.RED);
66 assertEquals(Color.RED, redMustang.color);
83 Camaro blueCamaro = (Camaro) carFactory.create(Color.BLUE);
84 assertEquals(Color.BLUE, blueCamaro.color);
102 private final Color color; field in class:FactoryProvider2Test.Mustang
116 private final Color color; field in class:FactoryProvider2Test.Camaro
153 private Color color; field in class:FactoryProvider2Test.Corvette
184 private final Color color; field in class:FactoryProvider2Test.Beetle
212 private final Color color; field in class:FactoryProvider2Test.Porsche
246 private final Color color; field in class:FactoryProvider2Test.Firebird
309 private final Color color; field in class:FactoryProvider2Test.DeLorean
338 private final Color color; field in class:FactoryProvider2Test.Z
348 final Color color; field in class:FactoryProvider2Test.Prius
456 private final Color color; field in class:FactoryProvider2Test.Fiat
    [all...]
  /frameworks/base/core/res/res/values/
arrays.xml 141 <!-- Do not translate. These are all of the color state list resources that should be
144 <item>@color/primary_text_dark</item>
145 <item>@color/primary_text_dark_disable_only</item>
146 <item>@color/primary_text_dark_nodisable</item>
147 <item>@color/primary_text_disable_only_holo_dark</item>
148 <item>@color/primary_text_disable_only_holo_light</item>
149 <item>@color/primary_text_holo_dark</item>
150 <item>@color/primary_text_holo_light</item>
151 <item>@color/primary_text_light</item>
152 <item>@color/primary_text_light_disable_only</item
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 70 * Sends a pixel color (RGB) to the chip. Must be implemented by the
75 * @param color RGB value
77 virtual void drawPixel (int16_t x, int16_t y, uint16_t color) = 0;
90 * @param color Character color
91 * @param bg Character background color
94 void drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size);
108 * @param color Pixel color
110 mraa::Result setPixel (int x, int y, uint16_t color);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java 22 import android.graphics.Color;
41 paint.setColor(Color.RED);
43 b.eraseColor(Color.TRANSPARENT);
49 // check that color didn't bleed (much) beyond radius
50 checkQuadrants(Color.TRANSPARENT, b, x, y, 5);
52 // check that color didn't wash out (much) in the center
53 checkQuadrants(Color.RED, b, x, y, 5);
55 // check blur zone, color should remain, alpha varies
56 checkQuadrants(Color.RED, b, x, y, 255);
62 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance)
    [all...]
PorterDuffXfermodeTest.java 21 import android.graphics.Color;
36 target.eraseColor(Color.TRANSPARENT);
38 b1.eraseColor(Color.RED);
40 b2.eraseColor(Color.BLUE);
47 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4));
48 assertEquals(Color.BLUE, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4));
49 assertEquals(Color.BLUE, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4));
51 target.eraseColor(Color.TRANSPARENT);
56 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4));
57 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4))
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/image/
color.a 7 package color
9 type @"".Color interface { RGBA() (@"".r uint32, @"".g uint32, @"".b uint32, @"".a uint32) }
26 type @"".Model interface { Convert(@"".c @"".Color) (? @"".Color) }
27 func @"".ModelFunc (@"".f·2 func(? @"".Color) (? @"".Color)) (? @"".Model) { return (&@"".modelFunc{ @"".f:@"".f·2 }) }
36 type @"".Palette []@"".Color
37 func (@"".p·2 @"".Palette "esc:0x2a") Convert (@"".c·3 @"".Color) (? @"".Color)
38 func (@"".p·2 @"".Palette "esc:0x9") Index (@"".c·3 @"".Color) (? int
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/image/
color.a 7 package color
9 type @"".Color interface { RGBA() (@"".r uint32, @"".g uint32, @"".b uint32, @"".a uint32) }
26 type @"".Model interface { Convert(@"".c @"".Color) (? @"".Color) }
27 func @"".ModelFunc (@"".f·2 func(? @"".Color) (? @"".Color)) (? @"".Model) { return (&@"".modelFunc{ @"".f:@"".f·2 }) }
36 type @"".Palette []@"".Color
37 func (@"".p·2 @"".Palette "esc:0x2a") Convert (@"".c·3 @"".Color) (? @"".Color)
38 func (@"".p·2 @"".Palette "esc:0x9") Index (@"".c·3 @"".Color) (? int
    [all...]
  /external/skia/include/gpu/
GrColor.h 20 * GrColor is 4 bytes for R, G, B, A, in a specific order defined below. Whether the color is
56 * Packs a color with an alpha channel replicated across all four channels.
68 #define GrColorUnpackR(color) (((color) >> GrColor_SHIFT_R) & 0xFF)
69 #define GrColorUnpackG(color) (((color) >> GrColor_SHIFT_G) & 0xFF)
70 #define GrColorUnpackB(color) (((color) >> GrColor_SHIFT_B) & 0xFF)
71 #define GrColorUnpackA(color) (((color) >> GrColor_SHIFT_A) & 0xFF
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 65 const GLubyte *color = vert->color;
67 color[0], color[1],
68 color[2], color[3],
76 /* Color index mode */
133 const GLubyte *color = vert1->color; \
135 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] )
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/image/
color.a 7 package color
9 type @"".Color interface { RGBA() (@"".r uint32, @"".g uint32, @"".b uint32, @"".a uint32) }
26 type @"".Model interface { Convert(@"".c @"".Color) (? @"".Color) }
27 func @"".ModelFunc (@"".f·2 func(? @"".Color) (? @"".Color)) (? @"".Model) { return (&@"".modelFunc{ @"".f:@"".f·2 }) }
36 type @"".Palette []@"".Color
37 func (@"".p·2 @"".Palette "esc:0x2a") Convert (@"".c·3 @"".Color) (? @"".Color)
38 func (@"".p·2 @"".Palette "esc:0x9") Index (@"".c·3 @"".Color) (? int
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/image/
color.a 7 package color
9 type @"".Color interface { RGBA() (@"".r uint32, @"".g uint32, @"".b uint32, @"".a uint32) }
26 type @"".Model interface { Convert(@"".c @"".Color) (? @"".Color) }
27 func @"".ModelFunc (@"".f·2 func(? @"".Color) (? @"".Color)) (? @"".Model) { return (&@"".modelFunc{ @"".f:@"".f·2 }) }
36 type @"".Palette []@"".Color
37 func (@"".p·2 @"".Palette "esc:0x2a") Convert (@"".c·3 @"".Color) (? @"".Color)
38 func (@"".p·2 @"".Palette "esc:0x9") Index (@"".c·3 @"".Color) (? int
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/docs/web/
style.css 4 background-color: #fff;
5 color: #000;
13 color: #730;
17 color: #402;
21 background-color: #fd8;
26 background-color: #930;
27 color: #fd6;
41 background-color: #fd9;
67 color: #400;
72 background-color: #f80
    [all...]

Completed in 1138 milliseconds

<<11121314151617181920>>