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

Method staticLoad

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

Source from the content-addressed store, hash-verified

16 public static final String LIBRARY_NAME = "skija";
17
18 public static void staticLoad() {
19 if (!_loaded && !"false".equals(System.getProperty("skija.staticLoad")))
20 load();
21 }
22
23 public static String readResource(URL url) {
24 try (Reader reader = new InputStreamReader(url.openStream(), StandardCharsets.UTF_8)) {

Callers 15

TestSuiteClass · 0.95
EnumTestClass · 0.95
ManagedStringClass · 0.95
BackendRenderTargetClass · 0.95
CanvasClass · 0.95
PathClass · 0.95
U16StringClass · 0.95
OutputWStreamClass · 0.95
MaskFilterClass · 0.95
BlenderClass · 0.95
RuntimeEffectClass · 0.95
BreakIteratorClass · 0.95

Calls 3

loadMethod · 0.95
getPropertyMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected