Searched refs:fWrapX (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 44 , fWrapX(0) in StitchData() 51 , fWrapX(kPerlinNoise + fWidth) in StitchData() 57 fWrapX == other.fWrapX && in operator ==() 63 int fWrapX; // Minimum value to wrap. member 429 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D() 433 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
|
/third_party/flutter/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 72 , fWrapX(0) in StitchData() 79 , fWrapX(kPerlinNoise + fWidth) in StitchData() 85 fWrapX == other.fWrapX && in operator ==() 91 int fWrapX; // Minimum value to wrap. member 490 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D() 494 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth); in noise2D()
|