Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java197 Path_Delegate.native_lineTo(native_dst_path, points[0], points[1]); in native_getSegment()
DPath_Delegate.java243 /*package*/ static void native_lineTo(long nPath, float x, float y) { in native_lineTo() method in Path_Delegate
/frameworks/base/graphics/java/android/graphics/
DPath.java357 native_lineTo(mNativePath, x, y); in lineTo()
823 private static native void native_lineTo(long nPath, float x, float y); in native_lineTo() method in Path