Definition at line 10 of file Path.java.
◆ Path()
org.skia.jetski.Path.Path |
( |
long |
native_instance | ) |
|
|
inlinepackage |
Definition at line 13 of file Path.java.
13 {
14 mNativeInstance = native_instance;
15 }
◆ finalize()
void org.skia.jetski.Path.finalize |
( |
| ) |
throws Throwable |
|
inlineprotected |
◆ getNativeInstance()
long org.skia.jetski.Path.getNativeInstance |
( |
| ) |
|
|
inlinepackage |
Definition at line 31 of file Path.java.
31{ return mNativeInstance; }
◆ release()
void org.skia.jetski.Path.release |
( |
| ) |
|
|
inline |
Releases any resources associated with this Shader.
Definition at line 20 of file Path.java.
20 {
21 nRelease(mNativeInstance);
22 mNativeInstance = 0;
23 }
The documentation for this class was generated from the following file:
- third_party/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/Path.java