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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp353 double hor_length = dim.x + (M_PI/2.0 - 2.0)*rad; local
354 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5);
356 ? hor_length/n_hor_dashes - lt.dash_width
491 double hor_length = dim.x + (M_PI/2.0 - 2.0)*rad; local
492 int n_hor_dots = int(hor_length/lt.dash_width + .5);
494 ? hor_length/n_hor_dots

Completed in 100 milliseconds