Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ checkSettings
Method
checkSettings
core/src/processing/core/PGraphics.java:913–916 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
911
912
913
protected
void
checkSettings() {
914
if
(!settingsInited) defaultSettings();
915
if
(reapplySettings) reapplySettings();
916
}
917
918
919
/**
Callers
3
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