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

Method makeRRect

shared/java/Path.java:92–95  ·  view source on GitHub ↗
(@NotNull RRect rrect)

Source from the content-addressed store, hash-verified

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) {

Callers 1

drawMakesMethod · 0.95

Calls 3

onNativeCallMethod · 0.95
_nMakeRRectMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected