HomeSort by relevance Sort by last modified time
    Searched full:colors (Results 76 - 100 of 1801) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
arithmode.cpp 31 SkColor colors[] = { local
35 SkShader* s = SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors),
47 SkColor colors[] = { local
50 SkShader* s = SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors),
filltypespersp.cpp 56 SkColor colors[] = {SK_ColorBLUE, SK_ColorRED, SK_ColorGREEN}; local
60 colors,
62 SK_ARRAY_COUNT(colors),
84 SkColor colors[] = {SK_ColorBLACK, SK_ColorCYAN, local
90 colors,
92 SK_ARRAY_COUNT(colors),
tablecolorfilter.cpp 23 SkColor colors[] = { local
27 SkShader* s = SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors),
43 SkColor colors[] = { local
48 SkIntToScalar(W)/2, colors, NULL, SK_ARRAY_COUNT(colors),
shaderbounds.cpp 14 SkColor colors[2] = {SK_ColorRED, SK_ColorGREEN}; local
17 colors[0] = SK_ColorBLUE;
18 colors[1] = SK_ColorYELLOW;
20 return SkGradientShader::CreateLinear(pts, colors, NULL, 2,
  /external/skia/src/views/
SkParsePaint.cpp 23 SkColor colors[2]; local
26 colors[0] = colors[1] = SK_ColorBLACK; // need to initialized the alpha to opaque, since FindColor doesn't set it
28 SkParse::FindColor(str, &colors[0]) &&
30 SkParse::FindColor(str, &colors[1]) &&
39 return SkGradientShader::CreateLinear(pts, colors, NULL, 2, mode);
  /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
71 @param shaderA The colors from this shader are seen as the "dst" by the mode
72 @param shaderB The colors from this shader are seen as the "src" by the mode
73 @param mode The PorterDuff mode that combines the colors from the two shaders.
AvoidXfermode.java 44 * Tolerance near 0: avoid any colors even remotely similar to the op-color
45 * Tolerance near 255: avoid only colors nearly identical to the op-color
49 * Tolerance near 0: draw only on colors that are nearly identical to the op-color
50 * Tolerance near 255: draw on any colors even remotely similar to the op-color
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 48 // Transformation for link underline colors.
53 void GenerateDefaultFrameColor(std::map<int, SkColor>* colors,
55 (*colors)[color] = HSLShift(
65 std::map<int, SkColor> colors; local
68 colors[i] = ThemeProperties::GetDefaultColor(i);
71 GenerateDefaultFrameColor(&colors, ThemeProperties::COLOR_FRAME,
73 GenerateDefaultFrameColor(&colors,
76 GenerateDefaultFrameColor(&colors,
80 &colors,
84 return colors;
373 std::map<int, SkColor> colors = GetDefaultColorMap(); local
394 std::map<int, SkColor> colors = GetDefaultColorMap(); local
410 std::map<int, SkColor> colors = GetDefaultColorMap(); local
422 std::map<int, SkColor> colors = GetDefaultColorMap(); local
501 std::map<int, SkColor> colors = GetDefaultColorMap(); local
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerSimple.java 15 * Draws a grid of (predefined) colors and allows the user to choose one of
16 * those colors.
58 * suggestions is null a default set of colors will be used.
  /external/chromium_org/ui/message_center/
message_center_style.cc 13 // Colors.
19 // Colors.
48 // Colors.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
SweepGradient_Delegate.java 55 /*package*/ static int nativeCreate1(float x, float y, int colors[], float positions[]) {
56 SweepGradient_Delegate newDelegate = new SweepGradient_Delegate(x, y, colors, positions);
67 int[] colors, float[] positions) {
86 * @param colors The colors to be distributed between around the center.
87 * There must be at least 2 colors in the array.
89 * each corresponding color in the colors array, beginning
92 * If positions is NULL, then the colors are automatically
96 int colors[], float positions[]) {
97 super(colors, positions)
    [all...]
  /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,
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.h 52 // Copies the array of colors in |src| to |dst|.
55 // The user's custom colors. Kept process-wide so that they can be persisted
59 // A copy of the custom colors for the current dialog to display and modify.
60 // This allows us to safely access the colors even if multiple windows are
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.h 57 SkPMColor colors[]);
62 uint16_t colors[]);
214 int count, SkPMColor colors[]);
216 int count, SkPMColor colors[]);
218 const uint32_t xy[], int count, SkPMColor colors[]);
220 const uint32_t xy[], int count, SkPMColor colors[]);
230 const uint32_t* xy, int count, uint16_t* colors);
233 SkPMColor *SK_RESTRICT colors, int count);
235 uint16_t *SK_RESTRICT colors, int count);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 23 uint16_t* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
27 int count, uint16_t* SK_RESTRICT colors) {
28 SkASSERT(count > 0 && colors != NULL);
46 sk_memset16(colors, dstValue, count);
94 "stmia %[colors]!, {r5, r6, r8, r10} \n\t" // store last 8 pixels
97 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
103 src = srcAddr[*xx++]; *colors++ = table[src];
114 SkPMColor* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
118 int count, SkPMColor* SK_RESTRICT colors) {
    [all...]
  /external/chromium_org/ui/views/
background.cc 118 SkColor* colors,
122 true, Painter::CreateVerticalMultiColorGradient(colors, pos, count));
124 color_utils::AlphaBlend(colors[0], colors[count-1], 128));
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
ColorTags.java 19 private LinkedList<Range> colors = new LinkedList<Range>(); field in class:ColorTags
36 return colors;
40 colors.clear();
56 colors.add(range);
  /external/protobuf/gtest/test/
gtest_color_test_.cc 33 // colors in the output. It prints "YES" and returns 1 if Google Test
34 // decides to use colors, and prints "NO" and returns 0 otherwise.
59 // Google Test decides to use colors in the output (assuming it
64 // Google Test decides not to use colors in the output.
  /external/skia/src/core/
SkBitmapProcState.h 57 SkPMColor colors[]);
62 uint16_t colors[]);
214 int count, SkPMColor colors[]);
216 int count, SkPMColor colors[]);
218 const uint32_t xy[], int count, SkPMColor colors[]);
220 const uint32_t xy[], int count, SkPMColor colors[]);
230 const uint32_t* xy, int count, uint16_t* colors);
233 SkPMColor *SK_RESTRICT colors, int count);
235 uint16_t *SK_RESTRICT colors, int count);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 23 uint16_t* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
27 int count, uint16_t* SK_RESTRICT colors) {
28 SkASSERT(count > 0 && colors != NULL);
46 sk_memset16(colors, dstValue, count);
94 "stmia %[colors]!, {r5, r6, r8, r10} \n\t" // store last 8 pixels
97 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
103 src = srcAddr[*xx++]; *colors++ = table[src];
114 SkPMColor* SK_RESTRICT colors) SK_ATTRIBUTE_OPTIMIZE_O1;
118 int count, SkPMColor* SK_RESTRICT colors) {
    [all...]
  /external/skia/tests/
FlatDataTest.cpp 56 SkColor colors[2]; local
57 colors[0] = SK_ColorRED;
58 colors[1] = SK_ColorBLUE;
59 SkShader* shader = SkGradientShader::CreateLinear(points, colors, NULL,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
177 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
216 SkPMColor* colors = NULL; local
220 colors = new SkPMColor[colorCount];
227 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
252 delete[] colors;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
177 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
216 SkPMColor* colors = NULL; local
220 colors = new SkPMColor[colorCount];
227 colors[j] = SkPackARGB32(0xFF, red & 0xFF, green & 0xFF, blue & 0xFF);
252 delete[] colors;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 8 var colors = {
42 ((seg % 2) == 0) ? colors.progressColor : colors.background);
48 ctx.fillStyle = ctx.strokeStyle = colors.progressColor;
57 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
77 ctx.fillStyle = colors.danger;
78 ctx.strokeStyle = colors.background;
94 ctx.strokeStyle = colors.background;
97 ctx.fillStyle = colors.paused;
109 ctx.fillStyle = colors.complete
    [all...]
  /external/llvm/lib/Support/Windows/
Process.inc 177 // The terminal always has colors.
215 WORD colors = DefaultColors::GetCurrentColor();
217 colors |= BACKGROUND_INTENSITY;
219 colors |= FOREGROUND_INTENSITY;
220 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), colors);
225 WORD colors;
227 colors = ((code&1) ? BACKGROUND_RED : 0) |
231 colors |= BACKGROUND_INTENSITY;
233 colors = ((code&1) ? FOREGROUND_RED : 0) |
237 colors |= FOREGROUND_INTENSITY
    [all...]

Completed in 2124 milliseconds

1 2 34 5 6 7 8 91011>>