()
| 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) { |
no test coverage detected