------------------------------------------------------------------------------
| 1598 | |
| 1599 | //------------------------------------------------------------------------------ |
| 1600 | void vtkPDFContextDevice2D::ApplyLineWidth(float width) |
| 1601 | { |
| 1602 | HPDF_Page_SetLineWidth(this->Impl->Page, width); |
| 1603 | } |
| 1604 | |
| 1605 | //------------------------------------------------------------------------------ |
| 1606 | void vtkPDFContextDevice2D::ApplyLineType(int type) |
no test coverage detected