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

Method rectImpl

core/src/processing/core/PGraphics.java:2623–2625  ·  view source on GitHub ↗
(float x1, float y1, float x2, float y2)

Source from the content-addressed store, hash-verified

2621
2622
2623 protected void rectImpl(float x1, float y1, float x2, float y2) {
2624 quad(x1, y1, x2, y1, x2, y2, x1, y2);
2625 }
2626
2627
2628 // Still need to do a lot of work here to make it behave across renderers

Callers 1

rectMethod · 0.95

Calls 5

quadMethod · 0.95
beginShapeMethod · 0.95
vertexMethod · 0.95
quadraticVertexMethod · 0.95
endShapeMethod · 0.95

Tested by

no test coverage detected