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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp357 double vert_length = dim.y + (M_PI/2.0 - 2.0)*rad; local
358 int n_vert_dashes = int(vert_length/(lt.dash_width*2.0) + .5);
360 ? vert_length/n_vert_dashes - lt.dash_width
495 double vert_length = dim.y + (M_PI/2.0 - 2.0)*rad; local
496 int n_vert_dots = int(vert_length/lt.dash_width + .5);
498 ? vert_length/n_vert_dots

Completed in 55 milliseconds