MCPcopy Index your code
hub / github.com/benfry/processing4 / currentSegment

Method currentSegment

core/src/processing/opengl/PGL.java:2788–2788  ·  view source on GitHub ↗
(float[] coords)

Source from the content-addressed store, hash-verified

2786 protected interface FontOutline {
2787 boolean isDone();
2788 int currentSegment(float[] coords);
2789 void next();
2790 }
2791

Callers 4

pathToMethod · 0.65
textCharShapeImplMethod · 0.65
tessellateLinePathMethod · 0.65
currentSegmentMethod · 0.65

Implementers 2

PathIteratorcore/src/processing/opengl/LinePath.ja
FontOutlinecore/src/processing/opengl/PJOGL.java

Calls

no outgoing calls

Tested by

no test coverage detected