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

Method staticLoad

shared/java/impl/Library.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public static void staticLoad() {
46 if (!_loaded && !"false".equals(System.getProperty("skija.staticLoad")))
47 load();
48 }
49
50 public static String readResource(String path) {
51 URL url = _nativeLibraryClass.getResource(path);

Callers 15

ManagedStringClass · 0.95
BackendRenderTargetClass · 0.95
CanvasClass · 0.95
PathClass · 0.95
U16StringClass · 0.95
OutputWStreamClass · 0.95
MaskFilterClass · 0.95
RuntimeEffectClass · 0.95
BreakIteratorClass · 0.95
PaintClass · 0.95
TypefaceClass · 0.95
ColorSpaceClass · 0.95

Calls 3

loadMethod · 0.95
getPropertyMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected