Searched refs:incr2 (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | region.c | 191 #define BRESINITPGON(dy, x1, x2, xStart, d, m, m1, incr1, incr2) { \ argument 205 incr2 = -2 * dx + 2 * (dy) * m; \ 211 incr2 = 2 * dx - 2 * (dy) * m; \ 217 #define BRESINCRPGON(d, minval, m, m1, incr1, incr2) { \ argument 225 d += incr2; \ 234 d += incr2; \ 251 INT incr1, incr2; /* Error increments */ member 256 bres.m, bres.m1, bres.incr1, bres.incr2) 259 BRESINCRPGON(bres.d, bres.minor_axis, bres.m, bres.m1, bres.incr1, bres.incr2)
|