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

  /external/skia/bench/
GradientBench.cpp 24 static const SkColor gColors[] = {
34 { 2, gColors, NULL },
35 { 2, gColors, gPos0 },
36 { 2, gColors, gPos1 },
37 { 5, gColors, NULL },
38 { 5, gColors, gPos2 }
  /external/skia/samplecode/
SampleGradients.cpp 50 static const SkColor gColors[] = {
60 { 2, gColors, NULL },
61 { 2, gColors, gPos0 },
62 { 2, gColors, gPos1 },
63 { 5, gColors, NULL },
64 { 5, gColors, gPos2 }
SampleAnimatedGradient.cpp 44 SkColor gColors[] = {
53 GradData data = { 5, gColors, colorPositions };
SampleColorFilter.cpp 187 static const SkColor gColors[] = {
199 for (size_t y = 0; y < SK_ARRAY_COUNT(gColors); y++) {
201 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[y], gModes[x]);
SampleShaderText.cpp 55 static const SkColor gColors[] = {
60 { 2, gColors, NULL },
61 { 5, gColors, NULL },
SampleSlides.cpp 158 static const SkColor gColors[] = {
168 { 2, gColors, NULL },
169 { 2, gColors, gPos0 },
170 { 2, gColors, gPos1 },
171 { 5, gColors, NULL },
172 { 5, gColors, gPos2 }
  /external/skia/gm/
gradients.cpp 19 static const SkColor gColors[] = {
29 { 2, gColors, NULL },
30 { 2, gColors, gPos0 },
31 { 2, gColors, gPos1 },
32 { 5, gColors, NULL },
33 { 5, gColors, gPos2 }
205 SkIntToScalar(200), gColors, NULL, 5,
shadertext.cpp 56 static const SkColor gColors[] = {
61 { 2, gColors, NULL },
62 { 5, gColors, NULL },

Completed in 343 milliseconds