OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
47
inline SkScalar
smoothCurve
(SkScalar t) {
391
SkScalar sx =
smoothCurve
(noiseX.noisePositionFractionValue);
392
SkScalar sy =
smoothCurve
(noiseY.noisePositionFractionValue);
[
all
...]
/external/skia/src/effects/
SkPerlinNoiseShader.cpp
47
inline SkScalar
smoothCurve
(SkScalar t) {
391
SkScalar sx =
smoothCurve
(noiseX.noisePositionFractionValue);
392
SkScalar sy =
smoothCurve
(noiseY.noisePositionFractionValue);
[
all
...]
Completed in 654 milliseconds