| # | Line 325 | Line 325 | register GLYPH *gl; | |
|---|---|---|
| 325 | /* positive x axis cross test */ | |
| 326 | while (n--) { | |
| 327 | if ((p0[1]<<1 > ylb) ^ (p1[1]<<1 > ylb)) { | |
| 328 | < | tv = p0[0]<<1 > xlb | (p1[0]<<1 > xlb) << 1; |
| 328 | > | tv = (p0[0]<<1 > xlb) | ((p1[0]<<1 > xlb) << 1); |
| 329 | if (tv == 03) | |
| 330 | ncross++; | |
| 331 | else if (tv) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |