MCPcopy Index your code
hub / github.com/processing/processing / parsePathCode

Method parsePathCode

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

Source from the content-addressed store, hash-verified

908
909
910 private void parsePathCode(int what) {
911 if (vertexCodeCount == vertexCodes.length) {
912 vertexCodes = PApplet.expand(vertexCodes);
913 }
914 vertexCodes[vertexCodeCount++] = what;
915 }
916
917
918 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