Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ scale
Method
scale
core/src/processing/javafx/PGraphicsFX2D.java:1687–1690 ·
view source on GitHub ↗
(float s)
Source
from the content-addressed store, hash-verified
1685
1686
1687
@Override
1688
public
void
scale(float s) {
1689
context.scale(s, s);
1690
}
1691
1692
1693
@Override
Callers
nothing calls this directly
Calls
2
scale
Method · 0.65
showDepthWarningXYZ
Method · 0.45
Tested by
no test coverage detected