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

Method FillEvenOdd

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1746–1762  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1744
1745//------------------------------------------------------------------------------
1746void vtkPDFContextDevice2D::FillEvenOdd(bool stroke)
1747{
1748 if (this->IsInTexturedFill)
1749 {
1750 this->FillTexture();
1751 return;
1752 }
1753
1754 if (stroke)
1755 {
1756 HPDF_Page_EofillStroke(this->Impl->Page);
1757 }
1758 else
1759 {
1760 HPDF_Page_Eofill(this->Impl->Page);
1761 }
1762}
1763
1764//------------------------------------------------------------------------------
1765void vtkPDFContextDevice2D::BeginClipPathForTexture()

Callers 2

DrawEllipseWedgeMethod · 0.95
DrawStringMethod · 0.95

Calls 3

FillTextureMethod · 0.95
HPDF_Page_EofillStrokeFunction · 0.85
HPDF_Page_EofillFunction · 0.85

Tested by

no test coverage detected