Searched refs:nLineTo (Results 1 – 3 of 3) sorted by relevance
197 Path_Delegate.nLineTo(native_dst_path, points[0], points[1]); in native_getSegment()
249 /*package*/ static void nLineTo(long nPath, float x, float y) { in nLineTo() method in Path_Delegate
381 nLineTo(mNativePath, x, y); in lineTo()839 private static native void nLineTo(long nPath, float x, float y); in nLineTo() method in Path