HomeSort by relevance Sort by last modified time
    Searched full:gcolors (Results 1 - 10 of 10) sorted by null

  /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),
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 },
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 },
311 SkIntToScalar(200), gColors, NULL, 5,
megalooper.cpp 78 static const SkColor gColors[4];
102 paint.setColor(gColors[i]);
135 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i]))->unref();
228 SkColorFilter* cf = SkColorFilter::CreateModeFilter(gColors[i], SkXfermode::kSrcIn_Mode);
245 const SkColor MegaLooperGM::gColors[4] = {
shadertext.cpp 56 static const SkColor gColors[] = {
61 { 2, gColors, NULL },
62 { 5, gColors, NULL },
  /external/skia/bench/
ChartBench.cpp 130 static SkColor gColors[kNumGraphs] = { 0x0 };
131 if (0 == gColors[0]) {
133 gColors[i] = colorRand.nextU() | 0xff000000;
163 fillPaint.setColor((gColors[i] & 0x00ffffff) | 0x80000000);
166 plotPaint.setColor(gColors[i]);
GradientBench.cpp 25 static const SkColor gColors[] = {
41 { 2, gColors, NULL, "" },
42 { 50, gColors, NULL, "_hicolor" }, // many color gradient
43 { 3, gColors, NULL, "_3color" },
  /external/skia/tests/
GradientTest.cpp 165 static const SkColor gColors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE };
174 rec.fColorCount = SK_ARRAY_COUNT(gColors);
175 rec.fColors = gColors;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 1236 SDL_Color gcolors[256]; local
    [all...]

Completed in 529 milliseconds