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

Method getLocalToDeviceAsMatrix33

shared/java/Canvas.java:1156–1159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1154 }
1155
1156 @NotNull @Contract("-> new")
1157 public Matrix33 getLocalToDeviceAsMatrix33() {
1158 return getLocalToDevice().asMatrix33();
1159 }
1160
1161 @NotNull @Contract("_, _, _ -> this")
1162 public Canvas clipRect(@NotNull Rect r, @NotNull ClipMode mode, boolean antiAlias) {

Callers 1

drawMethod · 0.80

Calls 2

getLocalToDeviceMethod · 0.95
asMatrix33Method · 0.80

Tested by

no test coverage detected