(int what)
| 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) { |
no test coverage detected