Home
last modified time | relevance | path

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

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