Home
last modified time | relevance | path

Searched refs:nMoveTo (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java187 Path_Delegate.nMoveTo(native_dst_path, lastPoint[0], lastPoint[1]); in native_getSegment()
194 Path_Delegate.nMoveTo(native_dst_path, points[0], points[1]); in native_getSegment()
DPath_Delegate.java225 /*package*/ static void nMoveTo(long nPath, float x, float y) { in nMoveTo() method in Path_Delegate
/frameworks/base/graphics/java/android/graphics/
DPath.java335 nMoveTo(mNativePath, x, y); in moveTo()
827 private static native void nMoveTo(long nPath, float x, float y); in nMoveTo() method in Path