/external/skia/gm/ |
D | gradients.cpp | 19 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()
|
D | shadertext.cpp | 56 static const SkColor gColors[] = { variable 61 { 2, gColors, NULL }, 62 { 5, gColors, NULL },
|
/external/skia/samplecode/ |
D | SampleGradients.cpp | 50 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 }
|
D | SampleColorFilter.cpp | 187 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()
|
D | SampleAnimatedGradient.cpp | 44 SkColor gColors[] = { in onDrawContent() local 53 GradData data = { 5, gColors, colorPositions }; in onDrawContent()
|
D | SampleShaderText.cpp | 55 static const SkColor gColors[] = { variable 60 { 2, gColors, NULL }, 61 { 5, gColors, NULL },
|
D | SampleSlides.cpp | 158 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/ |
D | GradientBench.cpp | 24 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 }
|