Home | History | Annotate | Download | only in SkPerlinNoiseShader2

Lines Matching full:newvalue

69 // newValue is the current noise dimension (either width or height)
70 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
75 noiseValue -= newValue;