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

Method makeRect

shared/java/Path.java:54–57  ·  view source on GitHub ↗
(@NotNull Rect rect)

Source from the content-addressed store, hash-verified

52 }
53
54 @NotNull @Contract("_ -> new")
55 public static Path makeRect(@NotNull Rect rect) {
56 return makeRect(rect, PathDirection.CLOCKWISE, 0);
57 }
58
59 @NotNull @Contract("_, _ -> new")
60 public static Path makeRect(@NotNull Rect rect, @NotNull PathDirection dir) {

Callers 1

drawMakesMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeRectMethod · 0.95

Tested by

no test coverage detected