Home
last modified time | relevance | path

Searched refs:gColors (Results 1 – 8 of 8) sorted by relevance

/external/skia/gm/
Dgradients.cpp19 static const SkColor gColors[] = { variable
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, in onDraw()
Dshadertext.cpp56 static const SkColor gColors[] = { variable
61 { 2, gColors, NULL },
62 { 5, gColors, NULL },
/external/skia/samplecode/
DSampleGradients.cpp50 static const SkColor gColors[] = { variable
60 { 2, gColors, NULL },
61 { 2, gColors, gPos0 },
62 { 2, gColors, gPos1 },
63 { 5, gColors, NULL },
64 { 5, gColors, gPos2 }
DSampleColorFilter.cpp187 static const SkColor gColors[] = { in onDrawContent() local
199 for (size_t y = 0; y < SK_ARRAY_COUNT(gColors); y++) { in onDrawContent()
201 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[y], gModes[x]); in onDrawContent()
DSampleAnimatedGradient.cpp44 SkColor gColors[] = { in onDrawContent() local
53 GradData data = { 5, gColors, colorPositions }; in onDrawContent()
DSampleShaderText.cpp55 static const SkColor gColors[] = { variable
60 { 2, gColors, NULL },
61 { 5, gColors, NULL },
DSampleSlides.cpp158 static const SkColor gColors[] = { variable
168 { 2, gColors, NULL },
169 { 2, gColors, gPos0 },
170 { 2, gColors, gPos1 },
171 { 5, gColors, NULL },
172 { 5, gColors, gPos2 }
/external/skia/bench/
DGradientBench.cpp24 static const SkColor gColors[] = { variable
34 { 2, gColors, NULL },
35 { 2, gColors, gPos0 },
36 { 2, gColors, gPos1 },
37 { 5, gColors, NULL },
38 { 5, gColors, gPos2 }