------------------------------------------------------------------------------
| 1558 | |
| 1559 | //------------------------------------------------------------------------------ |
| 1560 | void vtkPDFContextDevice2D::PushGraphicsState() |
| 1561 | { |
| 1562 | HPDF_Page_GSave(this->Impl->Page); |
| 1563 | } |
| 1564 | |
| 1565 | //------------------------------------------------------------------------------ |
| 1566 | void vtkPDFContextDevice2D::PopGraphicsState() |
no test coverage detected