Searched refs:vert_gap_width (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | common.cpp | 361 double vert_gap_width = (n_vert_dashes != 0 in dashed_rounded_box() local 369 -M_PI/4.0, 0, slt, lt.dash_width, vert_gap_width, &offset); in dashed_rounded_box() 372 slt, lt.dash_width, vert_gap_width, &offset); in dashed_rounded_box() 374 0, M_PI/4.0, slt, lt.dash_width, vert_gap_width, &offset); in dashed_rounded_box() 387 3.0*M_PI/4.0, M_PI, slt, lt.dash_width, vert_gap_width, &offset); in dashed_rounded_box() 390 slt, lt.dash_width, vert_gap_width, &offset); in dashed_rounded_box() 392 M_PI, 5.0*M_PI/4.0, slt, lt.dash_width, vert_gap_width, &offset); in dashed_rounded_box() 499 double vert_gap_width = (n_vert_dots != 0 in dotted_rounded_box() local 506 -M_PI/4.0, 0, slt, vert_gap_width, &offset); in dotted_rounded_box() 509 slt, vert_gap_width, &offset); in dotted_rounded_box() [all …]
|