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

Method makeCircle

shared/java/Path.java:81–84  ·  view source on GitHub ↗
(float x, float y, float radius)

Source from the content-addressed store, hash-verified

79 }
80
81 @NotNull @Contract("_, _, _ -> new")
82 public static Path makeCircle(float x, float y, float radius) {
83 return makeCircle(x, y, radius, PathDirection.CLOCKWISE);
84 }
85
86 @NotNull @Contract("_, _, _, _ -> new")
87 public static Path makeCircle(float x, float y, float radius, @NotNull PathDirection dir) {

Callers 1

drawMakesMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeCircleMethod · 0.95

Tested by

no test coverage detected