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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java88 /*package*/ static boolean native_getMatrix(long native_instance, float distance, long method in class:PathMeasure_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java108 return native_getMatrix(native_instance, distance, matrix.native_instance, flags);
164 private static native boolean native_getMatrix(long native_instance, float distance, long native_matrix, int flags); method in class:PathMeasure

Completed in 33 milliseconds