HomeSort by relevance Sort by last modified time
    Searched defs:nAddPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Path.java 685 nAddPath(mNativePath, src.mNativePath, dx, dy);
695 nAddPath(mNativePath, src.mNativePath);
705 nAddPath(mNativePath, src.mNativePath, matrix.native_instance);
850 private static native void nAddPath(long nPath, long src, float dx, float dy);
851 private static native void nAddPath(long nPath, long src);
852 private static native void nAddPath(long nPath, long src, long matrix);
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 408 /*package*/ static void nAddPath(long nPath, long src, float dx, float dy) {
413 /*package*/ static void nAddPath(long nPath, long src) {
418 /*package*/ static void nAddPath(long nPath, long src, long matrix) {

Completed in 313 milliseconds