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

  /frameworks/base/graphics/java/android/graphics/
Path.java 752 nSetLastPoint(mNativePath, dx, dy);
854 private static native void nSetLastPoint(long nPath, float dx, float dy);
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 438 /*package*/ static void nSetLastPoint(long nPath, float dx, float dy) {

Completed in 324 milliseconds