Searched refs:rightpoint (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp197 double rightpoint; variable
449 rightpoint = -BIG;
526 if ((troffscale = rightpoint - leftpoint) < 0.1)
550 xright = (int) (rightpoint * troffscale);
694 if (x > rightpoint)
695 rightpoint = x;

Completed in 26 milliseconds