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

Method _nMakeSubset

shared/java/Data.java:126–126  ·  view source on GitHub ↗
(long ptr, long offset, long length)

Source from the content-addressed store, hash-verified

124 public static native long _nMakeFromBytes(byte[] bytes, long offset, long length);
125 public static native long _nMakeFromFileName(String path);
126 public static native long _nMakeSubset(long ptr, long offset, long length);
127 public static native long _nMakeEmpty();
128}

Callers 2

makeSubsetMethod · 0.95
makeCopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected