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

/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp351 double hor_length = dim.x + (M_PI/2.0 - 2.0)*rad; local
352 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5);
354 ? hor_length/n_hor_dashes - lt.dash_width
489 double hor_length = dim.x + (M_PI/2.0 - 2.0)*rad; local
490 int n_hor_dots = int(hor_length/lt.dash_width + .5);
492 ? hor_length/n_hor_dots

Completed in 97 milliseconds