Home
last modified time | relevance | path

Searched refs:nCreateClipPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1649 mNativePtr = nCreateClipPath(); in VClipPath()
1654 mNativePtr = nCreateClipPath(copy.mNativePtr); in VClipPath()
2299 private static native long nCreateClipPath(); in nCreateClipPath() method in VectorDrawable
2301 private static native long nCreateClipPath(long clipPathPtr); in nCreateClipPath() method in VectorDrawable
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java248 static long nCreateClipPath() { in nCreateClipPath() method in VectorDrawable_Delegate
253 static long nCreateClipPath(long clipPathPtr) { in nCreateClipPath() method in VectorDrawable_Delegate