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

Method pre

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

Source from the content-addressed store, hash-verified

4807
4808
4809 @Override
4810 protected void pre(PGraphics g) {
4811 if (g instanceof PGraphicsOpenGL) {
4812 if (!style) {
4813 styles(g);
4814 }
4815 } else {
4816 super.pre(g);
4817 }
4818 }
4819
4820
4821 @Override

Callers 1

drawMethod · 0.95

Calls 1

stylesMethod · 0.95

Tested by

no test coverage detected