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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp35 int ndashes; local
40 ndashes = 4;
44 ndashes = 2;
52 ndashes = 4*int(ceil(M_PI/(4.0*dash_angle)));
53 gap_angle = (M_PI*2.0)/ndashes - dash_angle;
55 for (int i = 0; i < ndashes; i++) {
274 int ndashes = int((total_angle - dash_angle)/(dash_angle*2.0) + .5); local
275 double dash_and_gap_angle = (total_angle - dash_angle)/ndashes;
276 for (int i = 0; i <= ndashes; i++)
H A Dtroff.cpp117 int ndashes = int((dist - lt.dash_width)/(lt.dash_width*2.0) + .5); local
119 double dash_gap = (dist - lt.dash_width)/ndashes;
121 for (int j = 0; j <= ndashes; j++) {

Completed in 110 milliseconds