MCPcopy Create free account
hub / github.com/JetBrains/skija / getDecorationStyle

Method getDecorationStyle

shared/java/paragraph/TextStyle.java:99–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 public DecorationStyle getDecorationStyle() {
100 try {
101 Stats.onNativeCall();
102 return _nGetDecorationStyle(_ptr);
103 } finally {
104 Reference.reachabilityFence(this);
105 }
106 }
107
108 public TextStyle setDecorationStyle(DecorationStyle d) {
109 Stats.onNativeCall();

Callers 1

drawMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetDecorationStyleMethod · 0.95

Tested by

no test coverage detected