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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp354 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5); local
355 double hor_gap_width = (n_hor_dashes != 0
356 ? hor_length/n_hor_dashes - lt.dash_width

Completed in 53 milliseconds