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

Method createPrimaryGraphics

core/src/processing/core/PApplet.java:2344–2347  ·  view source on GitHub ↗

Create default renderer, likely to be resized, but needed for surface init.

()

Source from the content-addressed store, hash-verified

2342
2343 /** Create default renderer, likely to be resized, but needed for surface init. */
2344 protected PGraphics createPrimaryGraphics() {
2345 return makeGraphics(sketchWidth(), sketchHeight(),
2346 sketchRenderer(), sketchOutputPath(), true);
2347 }
2348
2349
2350 /**

Callers 1

initSurfaceMethod · 0.95

Calls 5

makeGraphicsMethod · 0.95
sketchWidthMethod · 0.95
sketchHeightMethod · 0.95
sketchRendererMethod · 0.95
sketchOutputPathMethod · 0.95

Tested by

no test coverage detected