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

/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp358 int n_vert_dashes = int(vert_length/(lt.dash_width*2.0) + .5); local
359 double vert_gap_width = (n_vert_dashes != 0
360 ? vert_length/n_vert_dashes - lt.dash_width

Completed in 119 milliseconds