HomeSort by relevance Sort by last modified time
    Searched full:colors (Results 101 - 125 of 2849) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 46 @param shaderA The colors from this shader are seen as the "dst" by the mode
47 @param shaderB The colors from this shader are seen as the "src" by the mode
48 @param mode The mode that combines the colors from the two shaders. If mode
63 @param shaderA The colors from this shader are seen as the "dst" by the mode
64 @param shaderB The colors from this shader are seen as the "src" by the mode
65 @param mode The PorterDuff mode that combines the colors from the two shaders.
  /external/opencv3/samples/cpp/
em.cpp 12 const Scalar colors[] = local
53 Scalar c = colors[response];
63 circle( img, pt, 1, colors[labels.at<int>(i)], FILLED );
  /external/skia/gm/
colorfilters.cpp 18 const SkColor colors[] = { local
23 colors, nullptr, SK_ARRAY_COUNT(colors),
glyph_pos_align.cpp 26 const SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE }; local
28 SkAutoTUnref<SkShader> grad(SkGradientShader::CreateLinear(pts, colors, nullptr,
29 SK_ARRAY_COUNT(colors),
lcdoverlap.cpp 54 const SkColor colors[] {
65 for (size_t i = 0; i < SK_ARRAY_COUNT(colors); i++) {
68 canvas->rotate(360.0f / SK_ARRAY_COUNT(colors) * i);
72 textPaint.setColor(colors[i]);
shaderbounds.cpp 15 SkColor colors[2] = {SK_ColorRED, SK_ColorGREEN}; local
18 colors[0] = SK_ColorBLUE;
19 colors[1] = SK_ColorYELLOW;
21 return SkGradientShader::CreateLinear(pts, colors, nullptr, 2,
  /frameworks/base/core/res/res/values/
colors_legacy.xml 17 <!-- Colors specific to pre-Holo themes. -->
26 <!-- Highlight colors for the legacy themes -->
33 <!-- Forward compatibility for Material-style theme colors -->
  /packages/apps/Calendar/src/com/android/calendar/event/
EventColorPickerDialog.java 27 * A dialog which displays event colors, with an additional button for the calendar color.
40 public static EventColorPickerDialog newInstance(int[] colors, int selectedColor,
43 ret.initialize(R.string.event_color_picker_dialog_title, colors, selectedColor, NUM_COLUMNS,
  /packages/apps/DevCamera/src/com/android/devcamera/
BitmapUtility.java 47 int[] colors = new int[len]; local
52 colors[i] = green << 16 | green << 8 | green | alpha;
54 Bitmap b = Bitmap.createBitmap(colors, w, h, Bitmap.Config.ARGB_8888);
  /cts/apps/CtsVerifier/res/values/
colors.xml 6 <!-- Sensor tests log colors -->
  /external/ImageMagick/PerlMagick/t/reference/read/
input_ico.miff 2 class=DirectClass colors=16 alpha-trait=Blend
input_im1.miff 2 class=PseudoClass colors=2 alpha-trait=Undefined
input_null_DarkOrange.miff 2 class=DirectClass colors=0 alpha-trait=Blend
input_null_black.miff 2 class=DirectClass colors=0 alpha-trait=Blend
input_null_white.miff 2 class=DirectClass colors=0 alpha-trait=Blend
input_pbm_p1.miff 2 class=DirectClass colors=0 alpha-trait=Undefined
input_pbm_p4.miff 2 class=DirectClass colors=0 alpha-trait=Undefined
input_wbmp.miff 2 class=PseudoClass colors=2 alpha-trait=Undefined
input_xbm.miff 2 class=PseudoClass colors=2 alpha-trait=Undefined
input_xc_black.miff 2 class=DirectClass colors=0 alpha-trait=Undefined
  /external/chromium-trace/catapult/experimental/heatmap/
renderer.js 5 Heatmap = function(canvas, resolutionSlider, data, colors) {
10 this.colors = colors;
119 r += this.colors[trace][0];
120 g += this.colors[trace][1];
121 b += this.colors[trace][2];
137 var color = 'rgba(' + this.colors[trace][0] + ',' + this.colors[trace][1] + ',' + this.colors[trace][2] + ',' + opacity + ')';
  /external/skia/animations/
paths#1.xml 3 <array id="colors"
25 <apply id="apply" mode="immediate" steps="colors.length-1" >
27 <matrix rotate="360/colors.length" />
33 <set target="color" field="color" to="colors[apply.step]" />
  /external/skia/include/core/
SkFilterQuality.h 14 * Controls how much filtering to be done when scaling/transforming complex colors
  /external/skia/src/utils/
SkPatchUtils.h 19 * as a parameter to the function getVertexData which sets the points, colors and texture
112 * colors refers to the corner colors that will be bilerp across the patch (optional parameter)
117 const SkColor colors[4], const SkPoint texCoords[4],
  /external/webrtc/tools/python_charts/templates/
chart_page_template.html 45 colors: ['blue', 'red', 'lightblue', 'pink'],
54 colors: ['blue', 'red', 'lightblue', 'pink'],
63 colors: ['blue', 'red', 'lightblue', 'pink'],
72 colors: ['blue', 'red', 'lightblue', 'pink', 'green'],

Completed in 509 milliseconds

1 2 3 45 6 7 8 91011>>