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

Method makeOval

shared/java/Path.java:70–73  ·  view source on GitHub ↗
(@NotNull Rect oval)

Source from the content-addressed store, hash-verified

68 }
69
70 @NotNull @Contract("_ -> new")
71 public static Path makeOval(@NotNull Rect oval) {
72 return makeOval(oval, PathDirection.CLOCKWISE);
73 }
74
75 @NotNull @Contract("_, _ -> new")
76 public static Path makeOval(@NotNull Rect oval, @NotNull PathDirection dir) {

Callers 1

drawMakesMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeOvalMethod · 0.95

Tested by

no test coverage detected