Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkPerlinNoiseShader.cpp48 inline SkScalar smoothCurve(SkScalar t) { in smoothCurve() function
357 SkScalar sx = smoothCurve(noiseX.noisePositionFractionValue); in noise2D()
358 SkScalar sy = smoothCurve(noiseY.noisePositionFractionValue); in noise2D()
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp80 inline SkScalar smoothCurve(SkScalar t) { in smoothCurve() function
425 SkScalar sx = smoothCurve(noiseX.noisePositionFractionValue); in noise2D()
426 SkScalar sy = smoothCurve(noiseY.noisePositionFractionValue); in noise2D()