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

Method skew

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

Source from the content-addressed store, hash-verified

1270 }
1271
1272 @NotNull @Contract("_, _ -> this")
1273 public Canvas skew(float sx, float sy) {
1274 return concat(Matrix33.makeSkew(sx, sy));
1275 }
1276
1277 @NotNull @Contract("_ -> this")
1278 public Canvas concat(@NotNull Matrix33 matrix) {

Callers 1

drawOtherTransformMethod · 0.80

Calls 2

concatMethod · 0.95
makeSkewMethod · 0.95

Tested by

no test coverage detected