Home
last modified time | relevance | path

Searched refs:nSetLastPoint (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java744 nSetLastPoint(mNativePath, dx, dy); in setLastPoint()
855 private static native void nSetLastPoint(long nPath, float dx, float dy); in nSetLastPoint() method in Path
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java438 /*package*/ static void nSetLastPoint(long nPath, float dx, float dy) { in nSetLastPoint() method in Path_Delegate