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

<<919293949596979899100>>

  /external/skia/samplecode/
SampleEffects.cpp 19 //#define COLOR 0xFFFF8844
20 #define COLOR 0xFF888888
41 SkColor colors[] = { SK_ColorRED, COLOR, SK_ColorBLUE };
86 fPaint[i].setColor(COLOR);
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 17 * the output color. The output color is modulated by the input color.
90 // If the texture was opaque we could know that the output color if we knew the sum of the
GrDisableColorXP.cpp 16 * This xfer processor disables color writing. Thus color and coverage and ignored and no blending
25 const char* name() const override { return "Disable Color"; }
34 GrColor* color,
  /external/skia/src/gpu/text/
GrTextUtils.h 58 const SkPaint& skPaint, GrColor color,
65 GrColor color, const SkMatrix& viewMatrix,
98 GrColor color, GrFontScaler*);
102 SkScalar sx, SkScalar sy, GrColor color,
  /external/skia/src/utils/
SkRGBAToYUV.cpp 34 static_assert(kLastEnum_SkYUVColorSpace == 2, "yuv color matrix array problem");
35 static_assert(kJPEG_SkYUVColorSpace == 0, "yuv color matrix array problem");
36 static_assert(kRec601_SkYUVColorSpace == 1, "yuv color matrix array problem");
37 static_assert(kRec709_SkYUVColorSpace == 2, "yuv color matrix array problem");
  /external/skia/tests/
BitmapTest.cpp 159 * This test checks that eraseColor premultiplies the color correctly.
162 SkColor color = 0x80FF0080; local
163 test_erasecolor_premul(r, kAlpha_8_SkColorType, color, 0x80000000);
164 test_erasecolor_premul(r, kRGB_565_SkColorType, color, 0xFF840042);
165 test_erasecolor_premul(r, kARGB_4444_SkColorType, color, 0x88FF0080);
166 test_erasecolor_premul(r, kRGBA_8888_SkColorType, color, color);
167 test_erasecolor_premul(r, kBGRA_8888_SkColorType, color, color);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
wpa_gui.svg 63 style="stop-color:#252525;stop-opacity:1"
67 style="stop-color:#515151;stop-opacity:1"
71 style="stop-color:#878787;stop-opacity:1"
75 style="stop-color:#000000;stop-opacity:1"
79 style="stop-color:#ffffff;stop-opacity:0.73786408"
86 style="stop-color:#ffffff;stop-opacity:0.82905984"
90 style="stop-color:#ffffff;stop-opacity:0"
97 style="stop-color:#ffffff;stop-opacity:1"
101 style="stop-color:#a8a8a8;stop-opacity:0"
108 style="stop-color:#000000;stop-opacity:1
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
RggbChannelVector.java 26 * The number of color channels in this vector.
30 /** Red color channel in a bayer Raw pattern. */
33 /** Green color channel in a bayer Raw pattern used by the even rows. */
36 /** Green color channel in a bayer Raw pattern used by the odd rows. */
39 /** Blue color channel in a bayer Raw pattern. */
103 * Get the component by the color channel index.
115 throw new IllegalArgumentException("Color channel out of range");
197 * {@code %f} respectively represents one of the the four color channels. </p>
210 * respectively represents one of the the four color channels. </p>
  /frameworks/base/core/java/com/android/internal/util/
ImageUtils.java 35 // Amount (max is 255) that two channels can differ before the color is no longer "gray".
55 * COMPACT_BITMAP_SIZE^2 pixels using filtering. The hope is that any non-gray color elements
56 * will survive the squeezing process, contaminating the result with color.
104 * Classifies a color as grayscale or not. Grayscale here means "very close to a perfect
109 public static boolean isGrayscale(int color) {
110 int alpha = 0xFF & (color >> 24);
115 int r = 0xFF & (color >> 16);
116 int g = 0xFF & (color >> 8);
117 int b = 0xFF & color;
  /frameworks/base/docs/html/distribute/tools/promote/
brand.jd 40 <li><span style="color:red">Incorrect</span>: "Android MediaPlayer"</li>
41 <li><span style="color:green">Correct</span>: "MediaPlayer for Android"</li>
50 <li><span style="color:red">Incorrect</span>: "Android TV Streaming Stick",
52 <li><span style="color:green">Correct</span>: "Streaming Stick with Android"</li>
62 <li><span style="color:red">Incorrect</span>: "Android MediaPlayer" or "Android XYZ app"</li>
63 <li><span style="color:green">Correct</span>: "Android features" or "Android applications"</li>
85 communications. The color value for print is PMS 376C and the online hex
86 color is <span style="color:#A4C639">#A4C639</span>.</p>
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
fields_index_changes.html 39 <font color="#999999">Removals</font>
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
56 <p><div style="line-height:1.5em;color:black">
65 <p><div style="line-height:1.5em;color:black">
74 <p><div style="line-height:1.5em;color:black">
85 <p><div style="line-height:1.5em;color:black">
  /frameworks/base/docs/html/sdk/api_diff/22/changes/
constructors_index_additions.html 39 <font color="#999999">Removals</font>
43 <font color="#999999">Changes</font>
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
55 <p><div style="line-height:1.5em;color:black">
63 <p><div style="line-height:1.5em;color:black">
71 <p><div style="line-height:1.5em;color:black">
constructors_index_all.html 39 <font color="#999999">Removals</font>
43 <font color="#999999">Changes</font>
47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
55 <p><div style="line-height:1.5em;color:black">
63 <p><div style="line-height:1.5em;color:black">
71 <p><div style="line-height:1.5em;color:black">
  /frameworks/base/libs/hwui/tests/common/scenes/
SaveLayerAnimation.cpp 32 canvas.drawColor(Color::White, SkXfermode::kSrcOver_Mode); // background
38 canvas.drawColor(Color::Green_700, SkXfermode::kSrcOver_Mode);
41 canvas.drawColor(Color::Blue_500, SkXfermode::kSrcOver_Mode);
51 paint.setColor(Color::Green_700);
  /frameworks/base/libs/hwui/tests/unit/
GlopBuilderTests.cpp 23 #include "utils/Color.h"
32 EXPECT_EQ(expectedFill.color, builtFill.color);
36 EXPECT_EQ(expectedFill.filter.color, builtFill.filter.color);
64 EXPECT_EQ(expectedMesh.vertices.color, builtMesh.vertices.color);
111 glop->fill.color.set(Color::Black);
  /frameworks/base/packages/SystemUI/res/drawable/
ic_volume_system_mute.xml 23 android:fillColor="@color/volume_icon_color"
26 android:fillColor="@color/volume_icon_color"
29 android:fillColor="@color/volume_icon_color"
32 android:fillColor="@color/volume_icon_color"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 27 import android.graphics.Color;
175 float bgR = Color.red(bg) / 255f;
176 float bgG = Color.green(bg) / 255f;
177 float bgB = Color.blue(bg) / 255f;
183 float fgR = Color.red(fg) / 255f;
184 float fgG = Color.green(fg) / 255f;
185 float fgB = Color.blue(fg) / 255f;
194 /** Returns the base color overlaid with another overlay color with a specified alpha. */
196 return Color.rgb
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BrightnessFilter.java 39 " vec4 color = texture2D(tex_sampler_0, v_texcoord);\n" +
41 " gl_FragColor = color * (2.0 * brightness);\n" +
43 " vec4 diff = 1.0 - color;\n" +
44 " gl_FragColor = color + diff * (2.0 * (brightness - 0.5));\n" +
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 22 import android.graphics.Color;
159 totalError += Math.abs(Color.red(idealColor) - Color.red(givenColor));
160 totalError += Math.abs(Color.green(idealColor) - Color.green(givenColor));
161 totalError += Math.abs(Color.blue(idealColor) - Color.blue(givenColor));
162 totalError += Math.abs(Color.alpha(idealColor) - Color.alpha(givenColor));
ResourceModifiers.java 25 import android.graphics.Color;
89 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
97 Color.BLUE, Color.RED, Shader.TileMode.CLAMP);
100 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
103 Color.YELLOW, Color.MAGENTA);
  /frameworks/base/tests/VectorDrawableTest/res/values/
attrs.xml 16 <attr name="color1" format="color" />
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerPalette.java 31 * A color picker custom view which creates an grid of color squares. The number of squares per
103 for (int color : colors) {
104 View colorSwatch = createColorSwatch(color, selectedColor);
105 setSwatchDescription(rowNumber, tableElements, rowElements, color == selectedColor,
184 * Creates a color swatch.
186 private ColorPickerSwatch createColorSwatch(int color, int selectedColor) {
187 ColorPickerSwatch view = new ColorPickerSwatch(getContext(), color,
188 color == selectedColor, mOnColorSelectedListener);
  /frameworks/opt/datetimepicker/res/layout/
time_picker_dialog.xml 27 android:background="@android:color/white" >
39 android:background="@color/circle_background"
46 android:background="@color/line_background" />
55 android:textColor="@color/done_text_color" />
  /frameworks/opt/datetimepicker/res/layout-land/
time_picker_dialog.xml 36 android:background="@android:color/white" >
47 android:background="@color/line_background" />
56 android:textColor="@color/done_text_color" />
65 android:background="@color/circle_background" />
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
AmPmCirclesView.java 77 mUnselectedColor = res.getColor(android.R.color.white);
78 mSelectedColor = res.getColor(R.color.blue);
79 mAmPmTextColor = res.getColor(R.color.ampm_text_color);
104 mUnselectedColor = res.getColor(R.color.dark_gray);
105 mSelectedColor = res.getColor(R.color.red);
106 mAmPmTextColor = res.getColor(android.R.color.white);
109 mUnselectedColor = res.getColor(android.R.color.white);
110 mSelectedColor = res.getColor(R.color.blue);
111 mAmPmTextColor = res.getColor(R.color.ampm_text_color);

Completed in 1663 milliseconds

<<919293949596979899100>>