| 347 | } |
| 348 | |
| 349 | static db::DCoord path_dendext (const db::Shape *s) |
| 350 | { |
| 351 | check_is_path (s); |
| 352 | return s->path_extensions ().second * shape_dbu (s); |
| 353 | } |
| 354 | |
| 355 | static void set_path_endext (db::Shape *s, db::Shape::coord_type e) |
| 356 | { |
nothing calls this directly
no test coverage detected