Searched refs:gap_width (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | common.h | 27 const line_type <, double dash_width, double gap_width, 31 double dash_width, double gap_width, double *offsetp); 33 const line_type <, double gap_width, double *offsetp); 36 double gap_width, double *offsetp);
|
H A D | common.cpp | 409 double dash_width, double gap_width, in dash_arc() argument 416 double rem = dash_width + gap_width - *offsetp; in dash_arc() 447 double dash_width, double gap_width, in dash_line() argument 457 double rem = dash_width + gap_width - *offsetp; in dash_line() 545 const line_type <, double gap_width, in dot_arc() argument 555 double rem = gap_width - *offsetp; in dot_arc() 570 const line_type <, double gap_width, in dot_line() argument 581 double rem = gap_width - *offsetp; in dot_line()
|