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

Method makePrimitive

shared/java/shaper/Shaper.java:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 static { Library.staticLoad(); }
15
16 @NotNull @Contract("-> new")
17 public static Shaper makePrimitive() {
18 Stats.onNativeCall();
19 return new Shaper(_nMakePrimitive());
20 }
21
22 @NotNull @Contract("-> new")
23 public static Shaper makeShaperDrivenWrapper() {

Callers 2

drawMethod · 0.95
drawMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakePrimitiveMethod · 0.95

Tested by

no test coverage detected