Searched defs:colorPositions (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp63 SkScalar colorPositions[] = { 0, 0.2, 0.4, 0.5, 0.6, 0.8, 1.0}; local
66 SkShader* shader1 = SkGradientShader::CreateLinear(pts, colors, colorPositions,7,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAnimatedGradient.cpp52 SkScalar colorPositions[] = { 0, 0.1 + x, 0.4 + y, 0.9 - x + y, 1.0}; local
53 GradData data = { 5, gColors, colorPositions };
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp63 SkScalar colorPositions[] = { 0, 0.2, 0.4, 0.5, 0.6, 0.8, 1.0}; local
66 SkShader* shader1 = SkGradientShader::CreateLinear(pts, colors, colorPositions,7,
/external/skia/samplecode/
H A DSampleAnimatedGradient.cpp52 SkScalar colorPositions[] = { 0, 0.1 + x, 0.4 + y, 0.9 - x + y, 1.0}; local
53 GradData data = { 5, gColors, colorPositions };

Completed in 164 milliseconds