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

Method PushGraphicsState

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1560–1563  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

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_GSaveFunction · 0.85

Tested by

no test coverage detected