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

Method getTag

shared/java/svg/SVGNode.java:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 @NotNull
16 public SVGTag getTag() {
17 try {
18 Stats.onNativeCall();
19 return SVGTag._values[_nGetTag(_ptr)];
20 } finally {
21 ReferenceUtil.reachabilityFence(this);
22 }
23 }
24
25 @ApiStatus.Internal public static native int _nGetTag(long ptr);
26}

Callers 3

addFontFeatureMethod · 0.45
drawLineMethod · 0.45
drawMethod · 0.45

Calls 3

onNativeCallMethod · 0.95
_nGetTagMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected