Searched refs:native_lineTo (Results 1 – 3 of 3) sorted by relevance
197 Path_Delegate.native_lineTo(native_dst_path, points[0], points[1]); in native_getSegment()
243 /*package*/ static void native_lineTo(long nPath, float x, float y) { in native_lineTo() method in Path_Delegate
357 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