MCPcopy Index your code
hub / github.com/benfry/processing4 / scale

Method scale

core/src/processing/awt/PGraphicsJava2D.java:2225–2228  ·  view source on GitHub ↗
(float s)

Source from the content-addressed store, hash-verified

2223
2224
2225 @Override
2226 public void scale(float s) {
2227 g2.scale(s, s);
2228 }
2229
2230
2231 @Override

Callers

nothing calls this directly

Calls 2

scaleMethod · 0.65
showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected