Home
last modified time | relevance | path

Searched refs:nGetWidth (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DSkottieAnimation.java41 return nGetWidth(mNativeInstance); in getWidth()
98 private static native float nGetWidth(long nativeInstance); in nGetWidth() method in SkottieAnimation
DImage.java45 return nGetWidth(mNativeInstance); in getWidth()
89 private static native int nGetWidth(long nativeInstance); in nGetWidth() method in Image
DSurface.java75 return nGetWidth(mNativeInstance); in getWidth()
115 private static native int nGetWidth(long nativeInstance); in nGetWidth() method in Surface
DCanvas.java18 return nGetWidth(mNativeInstance); in getWidth()
161 private static native int nGetWidth(long nativeInstance); in nGetWidth() method in Canvas