Searched defs:stitchData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFETurbulence.cpp219 float FETurbulence::noise2D(int channel, PaintingData& paintingData, StitchData& stitchData, const FloatPoint& noiseVector)
240 checkNoise(noiseX.noisePositionIntegerValue, stitchData.wrapX, stitchData.width);
241 checkNoise(noiseY.noisePositionIntegerValue, stitchData.wrapY, stitchData.height);
270 unsigned char FETurbulence::calculateTurbulenceValueForPoint(int channel, PaintingData& paintingData, StitchData& stitchData, const FloatPoint& point, float baseFrequencyX, float baseFrequencyY)
297 stitchData.width = roundf(tileWidth * baseFrequencyX);
298 stitchData.wrapX = s_perlinNoise + stitchData.width;
299 stitchData
338 StitchData stitchData; local
[all...]

Completed in 108 milliseconds