Searched defs:native_approximate (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java777 return native_approximate(mNativePath, acceptableError);
832 private static native float[] native_approximate(long nPath, float error); method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java490 /*package*/ static float[] native_approximate(long nPath, float error) { method in class:Path_Delegate

Completed in 36 milliseconds