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

Method rectImpl

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

Source from the content-addressed store, hash-verified

2720
2721
2722 protected void rectImpl(float x1, float y1, float x2, float y2) {
2723 quad(x1, y1, x2, y1, x2, y2, x1, y2);
2724 }
2725
2726
2727 // 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