()
| 124 | } |
| 125 | |
| 126 | @ApiStatus.Internal |
| 127 | public static void _loadFromLibraryPath() { |
| 128 | Log.debug("Loading skija native library from library path"); |
| 129 | System.loadLibrary(LIBRARY_NAME); |
| 130 | _loaded = true; |
| 131 | _nAfterLoad(); |
| 132 | } |
| 133 | |
| 134 | @ApiStatus.Internal |
| 135 | public static void _loadFromDir(File dir) { |
no test coverage detected