| 402 | } |
| 403 | |
| 404 | static db::Shape::coord_type path_width (const db::Shape *s) |
| 405 | { |
| 406 | check_is_path (s); |
| 407 | return s->path_width (); |
| 408 | } |
| 409 | |
| 410 | static db::DCoord path_dwidth (const db::Shape *s) |
| 411 | { |
nothing calls this directly
no test coverage detected