Home
last modified time | relevance | path

Searched refs:fWrapX (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp72 , fWrapX(0) in StitchData()
79 fWrapX == other.fWrapX && in operator ==()
85 int fWrapX; // Minimum value to wrap. member
271 fStitchDataInit.fWrapX = kPerlinNoise + fStitchDataInit.fWidth; in stitch()
452 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
456 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
514 stitchData.fWrapX = stitchData.fWidth + kPerlinNoise; in calculateTurbulenceValueForPoint()