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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp359 double vert_length = dim.y + (M_PI/2.0 - 2.0)*rad; local
360 int n_vert_dashes = int(vert_length/(lt.dash_width*2.0) + .5);
362 ? vert_length/n_vert_dashes - lt.dash_width
497 double vert_length = dim.y + (M_PI/2.0 - 2.0)*rad; local
498 int n_vert_dots = int(vert_length/lt.dash_width + .5);
500 ? vert_length/n_vert_dots

Completed in 48 milliseconds