Home | History | Annotate | Download | only in swrast

Lines Matching defs:error

305       GLint error = errorInc-dx;
306 GLint errorDec = error-dx;
326 if (error < 0) {
327 error += errorInc;
330 error += errorDec;
345 GLint error = errorInc-dy;
346 GLint errorDec = error-dy;
366 if (error<0) {
367 error += errorInc;
370 error += errorDec;