Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ scale
Method
scale
core/src/processing/awt/PGraphicsJava2D.java:2208–2211 ·
view source on GitHub ↗
(float s)
Source
from the content-addressed store, hash-verified
2206
2207
2208
@Override
2209
public
void
scale(float s) {
2210
g2.scale(s, s);
2211
}
2212
2213
2214
@Override
Callers
nothing calls this directly
Calls
2
scale
Method · 0.65
showDepthWarningXYZ
Method · 0.45
Tested by
no test coverage detected