Home | History | Annotate | Download | only in effects

Lines Matching full:newvalue

34 // newValue is the current noise dimension (either width or height)
35 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
40 noiseValue -= newValue;