Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
beginDraw
Method · 0.45
beginDraw
Method · 0.45
beginDraw
Method · 0.45
beginDraw
Method · 0.45
Calls
2
defaultSettings
Method · 0.95
reapplySettings
Method · 0.95
Tested by
no test coverage detected