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

12

  /external/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" },
  /external/chromium_org/third_party/skia/gm/
dashing.cpp 434 static const SkColor gColors[kIntervalLength] = {
461 paint.setColor(gColors[phase]);
472 paint.setColor(gColors[phase]);
gradients_2pt_conical.cpp 19 static const SkColor gColors[] = {
34 { 2, gColors, gPos0 },
35 { 2, gColors, gPos1 },
36 { 5, gColors, gPos2 },
  /external/skia/gm/
gradients_2pt_conical.cpp 19 static const SkColor gColors[] = {
34 { 2, gColors, gPos0 },
35 { 2, gColors, gPos1 },
36 { 5, gColors, gPos2 },
  /external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp 164 static const SkColor gColors[] = {
174 { 2, gColors, NULL },
175 { 2, gColors, gPos0 },
176 { 2, gColors, gPos1 },
177 { 5, gColors, NULL },
178 { 5, gColors, gPos2 }
  /external/skia/samplecode/
SampleSlides.cpp 164 static const SkColor gColors[] = {
174 { 2, gColors, NULL },
175 { 2, gColors, gPos0 },
176 { 2, gColors, gPos1 },
177 { 5, gColors, NULL },
178 { 5, gColors, gPos2 }

Completed in 169 milliseconds

12