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

Method pre

core/src/processing/opengl/PShapeOpenGL.java:5387–5396  ·  view source on GitHub ↗
(PGraphics g)

Source from the content-addressed store, hash-verified

5385
5386
5387 @Override
5388 protected void pre(PGraphics g) {
5389 if (g instanceof PGraphicsOpenGL) {
5390 if (!style) {
5391 styles(g);
5392 }
5393 } else {
5394 super.pre(g);
5395 }
5396 }
5397
5398
5399 @Override

Callers 1

drawMethod · 0.95

Calls 1

stylesMethod · 0.95

Tested by

no test coverage detected