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

Method makeShapeThenWrap

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

Source from the content-addressed store, hash-verified

35 }
36
37 @NotNull @Contract("-> new")
38 public static Shaper makeShapeThenWrap() {
39 return makeShapeThenWrap(null);
40 }
41
42 @NotNull @Contract("_ -> new")
43 public static Shaper makeShapeThenWrap(@Nullable FontMgr fontMgr) {

Callers 5

drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls 4

onNativeCallMethod · 0.95
_nMakeShapeThenWrapMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected