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

Method computeByteSize

shared/java/Pixmap.java:121–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 public int computeByteSize() {
122 Stats.onNativeCall();
123 try {
124 return _nComputeByteSize(_ptr);
125 } finally {
126 ReferenceUtil.reachabilityFence(this);
127 }
128 }
129
130 public boolean computeIsOpaque() {
131 Stats.onNativeCall();

Callers 1

getBufferMethod · 0.95

Calls 3

onNativeCallMethod · 0.95
_nComputeByteSizeMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected