(@NotNull RRect rrect)
| 90 | } |
| 91 | |
| 92 | @NotNull @Contract("_ -> new") |
| 93 | public static Path makeRRect(@NotNull RRect rrect) { |
| 94 | return makeRRect(rrect, PathDirection.CLOCKWISE, 0); |
| 95 | } |
| 96 | |
| 97 | @NotNull @Contract("_, _ -> new") |
| 98 | public static Path makeRRect(@NotNull RRect rrect, @NotNull PathDirection dir) { |
no test coverage detected