StitchData        217 Source/platform/graphics/filters/FETurbulence.cpp float FETurbulence::noise2D(int channel, PaintingData& paintingData, StitchData& stitchData, const FloatPoint& noiseVector)
StitchData        268 Source/platform/graphics/filters/FETurbulence.cpp unsigned char FETurbulence::calculateTurbulenceValueForPoint(int channel, PaintingData& paintingData, StitchData& stitchData, const FloatPoint& point, float baseFrequencyX, float baseFrequencyY)
StitchData        336 Source/platform/graphics/filters/FETurbulence.cpp     StitchData stitchData;
StitchData         87 Source/platform/graphics/filters/FETurbulence.h         StitchData()
StitchData        123 Source/platform/graphics/filters/FETurbulence.h     float noise2D(int channel, PaintingData&, StitchData&, const FloatPoint&);
StitchData        124 Source/platform/graphics/filters/FETurbulence.h     unsigned char calculateTurbulenceValueForPoint(int channel, PaintingData&, StitchData&, const FloatPoint&, float, float);