MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / PsStroke

Function PsStroke

xdevice.cpp:1452–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1450// Indicate that a certain number of PostScript commands have been done.
1451
1452void PsStroke(int n)
1453{
1454 gi.cStroke += n;
1455 if (gi.cStroke > 2000) // Whenever we reach a certain limit, flush.
1456 PsStrokeForce();
1457}
1458
1459
1460// Set the type of line end to be used by PostScript commands. If linecap is

Callers 2

DrawPointFunction · 0.85
DrawDashFunction · 0.85

Calls 1

PsStrokeForceFunction · 0.85

Tested by

no test coverage detected