| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | common.h | 27 const line_type <, double dash_width, double gap_width, 30 double start_angle, double end_angle, const line_type <, 33 const line_type <, double gap_width, double *offsetp); 35 double start_angle, double end_angle, const line_type <, 38 virtual void dot(const position &, const line_type &) = 0; 41 const line_type &); 42 void dashed_circle(const position &, double rad, const line_type &); 43 void dotted_circle(const position &, double rad, const line_type &); 44 void dashed_ellipse(const position &, const distance &, const line_type &); 45 void dotted_ellipse(const position &, const distance &, const line_type &); [all …]
|
| H A D | tex.cpp | 37 const line_type &); 39 const line_type &, double); 41 const line_type &); 43 const line_type &); 44 void circle(const position &, double rad, const line_type &, double); 45 void ellipse(const position &, const distance &, const line_type &, double); 60 void dot(const position &, const line_type &); 62 double end_angle, const line_type <); 182 const line_type <) in line() 190 case line_type::invisible: in line() [all …]
|
| H A D | troff.cpp | 44 void dot(const position &, const line_type &) = 0; 50 const line_type &); 52 const line_type &, double); 54 const line_type &); 56 const line_type &); 57 void circle(const position &, double rad, const line_type &, double); 58 void ellipse(const position &, const distance &, const line_type &, double); 68 const position &end, const line_type <) in arc() 71 case line_type::solid: in arc() 75 case line_type::invisible: in arc() [all …]
|
| H A D | output.h | 23 struct line_type { struct 28 line_type(); argument 46 const line_type &, double) = 0; 49 const line_type &) = 0; 51 const line_type &, double) = 0; 53 const line_type &) = 0; 55 const line_type &) = 0; 57 const line_type &, double) = 0; 59 const line_type &, double) = 0;
|
| H A D | common.cpp | 29 const line_type <) in dashed_circle() 31 assert(lt.type == line_type::dashed); in dashed_circle() 32 line_type slt = lt; in dashed_circle() 33 slt.type = line_type::solid; in dashed_circle() 64 const line_type <) in dotted_circle() 66 assert(lt.type == line_type::dotted); in dotted_circle() 87 const distance &dim, const line_type <) in ellipse_arc() 89 assert(lt.type == line_type::solid); in ellipse_arc() 127 const line_type <) in dashed_ellipse() 129 assert(lt.type == line_type::dashed); in dashed_ellipse() [all …]
|
| H A D | object.cpp | 30 line_type::line_type() in line_type() function in line_type 217 const arrow_head_type &aht, const line_type <, in draw_arrow() 229 line_type slt = lt; in draw_arrow() 230 slt.type = line_type::solid; in draw_arrow() 553 line_type lt; 579 lt.type = line_type::dotted; in set_dotted() 585 lt.type = line_type::dashed; in set_dashed() 615 lt.type = line_type::invisible; in set_invisible() 773 if (lt.type == line_type::invisible && fill < 0.0 && color_fill == 0) in print() 1027 if (lt.type == line_type::invisible && fill < 0.0 && color_fill == 0) in print() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
| H A D | table.cpp | 166 virtual int line_type(); 184 int line_type(); 268 int line_type(); 276 int line_type(); 283 int line_type(); 290 int line_type(); 375 int table_entry::line_type() in line_type() function in table_entry 446 int empty_entry::line_type() in line_type() function in empty_entry 813 int single_line_entry::line_type() in line_type() function in single_line_entry 850 int double_line_entry::line_type() in line_type() function in double_line_entry [all …]
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 4315 (empty_entry::empty_entry, empty_entry::line_type): New functions. 4318 (table_entry::line_type): Return -1. 4319 (table::determine_row_type): Ignore entries with line_type 0.
|