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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp352 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5); local
353 double hor_gap_width = (n_hor_dashes != 0
354 ? hor_length/n_hor_dashes - lt.dash_width

Completed in 106 milliseconds