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

Method makeShaperDrivenWrapper

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

Source from the content-addressed store, hash-verified

20 }
21
22 @NotNull @Contract("-> new")
23 public static Shaper makeShaperDrivenWrapper() {
24 return makeShaperDrivenWrapper(null);
25 }
26
27 @NotNull @Contract("_ -> new")
28 public static Shaper makeShaperDrivenWrapper(@Nullable FontMgr fontMgr) {

Callers 2

drawMethod · 0.95
drawMethod · 0.95

Calls 4

onNativeCallMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected