MCPcopy Create free account
hub / github.com/Kitware/VTK / PopGraphicsState

Method PopGraphicsState

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1566–1569  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 14

DrawPolyMethod · 0.95
DrawLinesMethod · 0.95
DrawPointsMethod · 0.95
DrawPointSpritesMethod · 0.95
DrawMarkersMethod · 0.95
DrawQuadMethod · 0.95
DrawQuadStripMethod · 0.95
DrawPolygonMethod · 0.95
DrawColoredPolygonMethod · 0.95
DrawEllipseWedgeMethod · 0.95
DrawEllipticArcMethod · 0.95
DrawStringMethod · 0.95

Calls 1

HPDF_Page_GRestoreFunction · 0.85

Tested by

no test coverage detected