Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ makeCopy
Method
makeCopy
shared/java/Data.java:82–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
public
Data makeCopy() {
83
try {
84
Stats.onNativeCall();
85
return
new
Data(_nMakeSubset(_ptr, 0, getSize()));
86
} finally {
87
Reference.reachabilityFence(this);
88
}
89
}
90
91
public
ByteBuffer toByteBuffer() {
92
try {
Callers
1
execute
Method · 0.80
Calls
3
onNativeCall
Method · 0.95
_nMakeSubset
Method · 0.95
getSize
Method · 0.95
Tested by
1
execute
Method · 0.64