------------------------------------------------------------------------------
| 1564 | |
| 1565 | //------------------------------------------------------------------------------ |
| 1566 | void vtkPDFContextDevice2D::PopGraphicsState() |
| 1567 | { |
| 1568 | HPDF_Page_GRestore(this->Impl->Page); |
| 1569 | } |
| 1570 | |
| 1571 | //------------------------------------------------------------------------------ |
| 1572 | void vtkPDFContextDevice2D::ApplyPenState() |
no test coverage detected