Home | History | Annotate | Download | only in SkPerlinNoiseShader2

Lines Matching refs:fWrapX

92       , fWrapX(0)
99 fWrapX == other.fWrapX &&
105 int fWrapX; // Minimum value to wrap.
293 fStitchDataInit.fWrapX = kPerlinNoise + fStitchDataInit.fWidth;
405 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
409 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
464 stitchData.fWrapX = stitchData.fWidth + kPerlinNoise;