Home | History | Annotate | Download | only in functional

Lines Matching defs:oldVal

190 				const int oldVal	= dst.getPixStencil(x, y);
191 const int newVal = (oldVal+1)&stencilMask;