MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ofEndShape

Function ofEndShape

Source/OpenFrameworksPort.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void ofEndShape(bool close)
369{
370 if (sStyleStack.GetStyle().fill)
371 nvgFill(gNanoVG);
372 else
373 nvgStroke(gNanoVG);
374}
375
376void ofVertex(float x, float y, float z)
377{

Callers 15

DrawModuleMethod · 0.85
DrawTriangleMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
DrawMethod · 0.85
DrawModuleMethod · 0.85
RenderMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
DrawModuleMethod · 0.85
ofTriangleFunction · 0.85

Calls 2

nvgFillFunction · 0.85
nvgStrokeFunction · 0.85

Tested by 1

DrawModuleMethod · 0.68