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

Method Stroke

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1663–1666  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1661
1662//------------------------------------------------------------------------------
1663void vtkPDFContextDevice2D::Stroke()
1664{
1665 HPDF_Page_Stroke(this->Impl->Page);
1666}
1667
1668//------------------------------------------------------------------------------
1669void vtkPDFContextDevice2D::ApplyPenStateAsFill()

Callers 5

DrawPolyMethod · 0.95
DrawLinesMethod · 0.95
DrawEllipticArcMethod · 0.95
DrawCrossMarkersMethod · 0.95
DrawPlusMarkersMethod · 0.95

Calls 1

HPDF_Page_StrokeFunction · 0.85

Tested by

no test coverage detected