Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ createSurface
Method
createSurface
core/src/processing/core/PGraphics.java:819–821 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
817
818
819
public
PSurface createSurface() {
// ignore
820
return
surface =
new
PSurfaceNone(this);
821
}
822
823
824
Callers
1
initSurface
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected