ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/text.c
(Generate patch)

Comparing ray/src/rt/text.c (file contents):
Revision 2.22 by greg, Tue May 13 17:58:33 2003 UTC vs.
Revision 2.23 by schorsch, Sun Jul 27 22:12:03 2003 UTC

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines