Home | History | Annotate | Download | only in softpipe

Lines Matching refs:errorInc

1131       const int errorInc = dy + dy;
1132 int error = errorInc - dx;
1140 error += errorInc;
1151 const int errorInc = dx + dx;
1152 int error = errorInc - dy;
1160 error += errorInc;