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

Method checkSettings

core/src/processing/core/PGraphics.java:940–943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

938
939
940 protected void checkSettings() {
941 if (!settingsInited) defaultSettings();
942 if (reapplySettings) reapplySettings();
943 }
944
945
946 /**

Callers 4

beginDrawMethod · 0.45
beginDrawMethod · 0.45
beginDrawMethod · 0.45
beginDrawMethod · 0.45

Calls 2

defaultSettingsMethod · 0.95
reapplySettingsMethod · 0.95

Tested by

no test coverage detected