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

Method parsePathCode

core/src/processing/core/PShapeSVG.java:917–922  ·  view source on GitHub ↗
(int what)

Source from the content-addressed store, hash-verified

915
916
917 private void parsePathCode(int what) {
918 if (vertexCodeCount == vertexCodes.length) {
919 vertexCodes = PApplet.expand(vertexCodes);
920 }
921 vertexCodes[vertexCodeCount++] = what;
922 }
923
924
925 private void parsePathMoveto(float px, float py) {

Callers 5

parsePathMovetoMethod · 0.95
parsePathLinetoMethod · 0.95
parsePathCurvetoMethod · 0.95
parsePathQuadtoMethod · 0.95
parsePathArctoMethod · 0.95

Calls 1

expandMethod · 0.95

Tested by

no test coverage detected