MCPcopy Create free account
hub / github.com/HumbleUI/Skija / scale

Method scale

shared/java/Canvas.java:1258–1261  ·  view source on GitHub ↗
(float sx, float sy)

Source from the content-addressed store, hash-verified

1256 }
1257
1258 @NotNull @Contract("_, _ -> this")
1259 public Canvas scale(float sx, float sy) {
1260 return concat(Matrix33.makeScale(sx, sy));
1261 }
1262
1263 /**
1264 * @param deg angle in degrees

Callers 3

localClipBoundsMethod · 0.95
deviceClipBoundsMethod · 0.95
drawBitmapCanvasMethod · 0.95

Calls 2

concatMethod · 0.95
makeScaleMethod · 0.95

Tested by 2

localClipBoundsMethod · 0.76
deviceClipBoundsMethod · 0.76