Home
last modified time | relevance | path

Searched refs:nClose (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java60 Path_Delegate.nClose(native_path); in PathMeasure_Delegate()
112 Path_Delegate.nClose(native_path); in native_setPath()
200 Path_Delegate.nClose(native_dst_path); in native_getSegment()
DPath_Delegate.java319 /*package*/ static void nClose(long nPath) { in nClose() method in Path_Delegate
/frameworks/base/graphics/java/android/graphics/
DPath.java500 nClose(mNativePath); in close()
839 private static native void nClose(long nPath); in nClose() method in Path