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

Function PsStrokeForce

xdevice.cpp:1440–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438// Write a command to flush the PostScript buffer.
1439
1440void PsStrokeForce()
1441{
1442 if (gi.cStroke > 0) { // Render any existing path
1443 fprintf(gi.file, "stroke\n");
1444 gi.cStroke = 0;
1445 gi.xPen = -1; // Invalidate PolyLine cache
1446 }
1447}
1448
1449
1450// Indicate that a certain number of PostScript commands have been done.

Callers 8

DrawColorFunction · 0.85
DrawArcFunction · 0.85
DrawEllipse2Function · 0.85
PsStrokeFunction · 0.85
PsLineCapFunction · 0.85
PsDashFunction · 0.85
PsLineWidthFunction · 0.85
PsEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected