Searched refs:native_moveTo (Results 1 – 2 of 2) sorted by relevance
315 native_moveTo(mNativePath, x, y); in moveTo()792 private static native void native_moveTo(long nPath, float x, float y); in native_moveTo() method in Path
220 /*package*/ static void native_moveTo(long nPath, float x, float y) { in native_moveTo() method in Path_Delegate