Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkPerlinNoiseShader.cpp60 , fWrapX(0) in StitchData()
67 fWrapX == other.fWrapX && in operator ==()
73 int fWrapX; // Minimum value to wrap. member
237 fStitchDataInit.fWrapX = kPerlinNoise + fStitchDataInit.fWidth; in stitch()
337 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
341 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
396 stitchData.fWrapX = stitchData.fWidth + kPerlinNoise; in calculateTurbulenceValueForPoint()
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp92 , fWrapX(0) in StitchData()
99 fWrapX == other.fWrapX && in operator ==()
105 int fWrapX; // Minimum value to wrap. member
293 fStitchDataInit.fWrapX = kPerlinNoise + fStitchDataInit.fWidth; in stitch()
405 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
409 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
464 stitchData.fWrapX = stitchData.fWidth + kPerlinNoise; in calculateTurbulenceValueForPoint()