OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smoothcurve
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.cpp
170
inline float
smoothCurve
(float t)
257
sx =
smoothCurve
(noiseX.noisePositionFractionValue);
258
sy =
smoothCurve
(noiseY.noisePositionFractionValue);
Completed in 104 milliseconds