Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp376 inline SkScalar smoothCurve(SkScalar t) { in smoothCurve() function
470 SkScalar sx = smoothCurve(noiseX.noisePositionFractionValue); in noise2D()
471 SkScalar sy = smoothCurve(noiseY.noisePositionFractionValue); in noise2D()