twipsnap          369 lib/devices/swf.c     int rx = twipsnap(p0.x);
twipsnap          370 lib/devices/swf.c     int ry = twipsnap(p0.y);
twipsnap          432 lib/devices/swf.c     int px = twipsnap(p0.x);
twipsnap          433 lib/devices/swf.c     int py = twipsnap(p0.y);
twipsnap          471 lib/devices/swf.c     int cx = (twipsnap(control.x)-i->swflastx);
twipsnap          472 lib/devices/swf.c     int cy = (twipsnap(control.y)-i->swflasty);
twipsnap          475 lib/devices/swf.c     int ex = (twipsnap(end.x)-i->swflastx);
twipsnap          476 lib/devices/swf.c     int ey = (twipsnap(end.y)-i->swflasty);