Searched refs:fCurrentGradientStep (Results 1 – 1 of 1) sorted by relevance
248 float colorStopStep = SkScalarInterp(-.1f, .1f, fCurrentGradientStep); in draw()249 int brightnessStep = SkScalarRoundToInt(SkScalarInterp(32, 64, fCurrentGradientStep)); in draw()308 fCurrentGradientStep = 0.5f + 0.5f * std::sin( in animate()323 float fCurrentGradientStep = 0.5f; member in CanvasLineSegmentStage