MCPcopy Create free account
hub / github.com/JetBrains/skija / scale

Method scale

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

Source from the content-addressed store, hash-verified

1009 }
1010
1011 @NotNull @Contract("_, _ -> this")
1012 public Canvas scale(float sx, float sy) {
1013 return concat(Matrix33.makeScale(sx, sy));
1014 }
1015
1016 /**
1017 * @param deg angle in degrees

Callers 1

drawBitmapCanvasMethod · 0.95

Calls 2

concatMethod · 0.95
makeScaleMethod · 0.95

Tested by

no test coverage detected