Searched refs:nLineTo (Results 1 – 4 of 4) 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
375 nLineTo(mNativePath, x, y); in lineTo()833 private static native void nLineTo(long nPath, float x, float y); in nLineTo() method in Path
22505 Landroid/graphics/Path;->nLineTo(JFF)V