HomeSort by relevance Sort by last modified time
    Searched refs:gColors (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/skia/gm/
gradient_matrix.cpp 22 static const SkColor gColors[] = {
65 return SkGradientShader::CreateLinear(pts, gColors, NULL, SK_ARRAY_COUNT(gColors),
74 return SkGradientShader::CreateRadial(center, radius, gColors, NULL, SK_ARRAY_COUNT(gColors),
megalooper.cpp 78 static const SkColor gColors[4];
102 paint.setColor(gColors[i]);
134 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i]))->unref();
225 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[i], SkXfermode::kSrcIn_Mode);
242 const SkColor MegaLooperGM::gColors[4] = {
gradients_no_texture.cpp 18 static const SkColor gColors[] = {
23 { 1, gColors, NULL },
24 { 2, gColors, NULL },
25 { 3, gColors, NULL },
26 { 4, gColors, NULL },
gradientDirtyLaundry.cpp 19 static const SkColor gColors[] = {
33 { 40, gColors, NULL },
34 // { 2, gColors, gPos },
shadertext.cpp 39 static const SkColor gColors[] = {
44 { 2, gColors, NULL },
45 { 5, gColors, NULL },
gradients.cpp 19 static const SkColor gColors[] = {
34 { 2, gColors, NULL },
35 { 2, gColors, gPos0 },
36 { 2, gColors, gPos1 },
37 { 5, gColors, NULL },
38 { 5, gColors, gPos2 },
318 SkIntToScalar(200), gColors, NULL, 5,
  /external/skia/gm/
gradient_matrix.cpp 22 static const SkColor gColors[] = {
65 return SkGradientShader::CreateLinear(pts, gColors, NULL, SK_ARRAY_COUNT(gColors),
74 return SkGradientShader::CreateRadial(center, radius, gColors, NULL, SK_ARRAY_COUNT(gColors),
megalooper.cpp 78 static const SkColor gColors[4];
102 paint.setColor(gColors[i]);
134 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i]))->unref();
225 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[i], SkXfermode::kSrcIn_Mode);
242 const SkColor MegaLooperGM::gColors[4] = {
gradients_no_texture.cpp 18 static const SkColor gColors[] = {
23 { 1, gColors, NULL },
24 { 2, gColors, NULL },
25 { 3, gColors, NULL },
26 { 4, gColors, NULL },
gradientDirtyLaundry.cpp 19 static const SkColor gColors[] = {
33 { 40, gColors, NULL },
34 // { 2, gColors, gPos },
shadertext.cpp 48 static const SkColor gColors[] = {
53 { 2, gColors, NULL },
54 { 5, gColors, NULL },
gradients.cpp 19 static const SkColor gColors[] = {
34 { 2, gColors, NULL },
35 { 2, gColors, gPos0 },
36 { 2, gColors, gPos1 },
37 { 5, gColors, NULL },
38 { 5, gColors, gPos2 },
322 SkIntToScalar(200), gColors, NULL, 5,
  /external/chromium_org/third_party/skia/samplecode/
SampleGradients.cpp 49 static const SkColor gColors[] = {
59 { 2, gColors, NULL },
60 { 2, gColors, gPos0 },
61 { 2, gColors, gPos1 },
62 { 5, gColors, NULL },
63 { 5, gColors, gPos2 }
SampleChart.cpp 123 static SkColor gColors[kNumGraphs] = { 0x0 };
124 if (0 == gColors[0]) {
126 gColors[i] = colorRand.nextU() | 0xff000000;
156 fillPaint.setColor((gColors[i] & 0x00ffffff) | 0x80000000);
159 plotPaint.setColor(gColors[i]);
SampleAnimatedGradient.cpp 44 SkColor gColors[] = {
53 GradData data = { 5, gColors, colorPositions };
SampleColorFilter.cpp 189 static const SkColor gColors[] = {
201 for (size_t y = 0; y < SK_ARRAY_COUNT(gColors); y++) {
203 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[y], gModes[x]);
SampleShaderText.cpp 47 static const SkColor gColors[] = {
52 { 2, gColors, NULL },
53 { 5, gColors, NULL },
  /external/skia/samplecode/
SampleGradients.cpp 49 static const SkColor gColors[] = {
59 { 2, gColors, NULL },
60 { 2, gColors, gPos0 },
61 { 2, gColors, gPos1 },
62 { 5, gColors, NULL },
63 { 5, gColors, gPos2 }
SampleChart.cpp 123 static SkColor gColors[kNumGraphs] = { 0x0 };
124 if (0 == gColors[0]) {
126 gColors[i] = colorRand.nextU() | 0xff000000;
156 fillPaint.setColor((gColors[i] & 0x00ffffff) | 0x80000000);
159 plotPaint.setColor(gColors[i]);
SampleAnimatedGradient.cpp 44 SkColor gColors[] = {
53 GradData data = { 5, gColors, colorPositions };
SampleColorFilter.cpp 189 static const SkColor gColors[] = {
201 for (size_t y = 0; y < SK_ARRAY_COUNT(gColors); y++) {
203 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[y], gModes[x]);
SampleShaderText.cpp 47 static const SkColor gColors[] = {
52 { 2, gColors, NULL },
53 { 5, gColors, NULL },
  /external/chromium_org/third_party/skia/tests/
GradientTest.cpp 161 static const SkColor gColors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE };
170 rec.fColorCount = SK_ARRAY_COUNT(gColors);
171 rec.fColors = gColors;
  /external/skia/tests/
GradientTest.cpp 162 static const SkColor gColors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE };
171 rec.fColorCount = SK_ARRAY_COUNT(gColors);
172 rec.fColors = gColors;
  /external/chromium_org/third_party/skia/bench/
GradientBench.cpp 24 static const SkColor gColors[] = {
42 { 2, gColors, NULL, "" },
43 { 50, gColors, NULL, "_hicolor" }, // many color gradient
44 { 3, gColors, NULL, "_3color" },

Completed in 932 milliseconds

1 2