HomeSort by relevance Sort by last modified time
    Searched refs:smoothCurve (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 160 inline float smoothCurve(float t)
247 sx = smoothCurve(noiseX.noisePositionFractionValue);
248 sy = smoothCurve(noiseY.noisePositionFractionValue);
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 46 inline SkScalar smoothCurve(SkScalar t) {
380 SkScalar sx = smoothCurve(noiseX.noisePositionFractionValue);
381 SkScalar sy = smoothCurve(noiseY.noisePositionFractionValue);
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 45 inline SkScalar smoothCurve(SkScalar t) {
357 SkScalar sx = smoothCurve(noiseX.noisePositionFractionValue);
358 SkScalar sy = smoothCurve(noiseY.noisePositionFractionValue);
    [all...]

Completed in 653 milliseconds