Home
last modified time | relevance | path

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

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