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