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

Method makeRaw

shared/java/Path.java:34–37  ·  view source on GitHub ↗
(@NotNull Point[] points, @NotNull PathVerb[] verbs, @NotNull float[] conicWeights, @NotNull PathFillMode fillMode)

Source from the content-addressed store, hash-verified

32 }
33
34 @NotNull @Contract("_, _, _, _ -> new")
35 public static Path makeRaw(@NotNull Point[] points, @NotNull PathVerb[] verbs, @NotNull float[] conicWeights, @NotNull PathFillMode fillMode) {
36 return makeRaw(points, verbs, conicWeights, fillMode, false);
37 }
38
39 @NotNull @Contract("_, _, _, _, _ -> new")
40 public static Path makeRaw(@NotNull Point[] points, @NotNull PathVerb[] verbs, @NotNull float[] conicWeights, @NotNull PathFillMode fillMode, boolean isVolatile) {

Callers 1

drawMakesMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeRawMethod · 0.95

Tested by

no test coverage detected