HomeSort by relevance Sort by last modified time
    Searched refs:nMoveTo (Results 1 - 3 of 3) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 187 Path_Delegate.nMoveTo(native_dst_path, lastPoint[0], lastPoint[1]);
194 Path_Delegate.nMoveTo(native_dst_path, points[0], points[1]);
Path_Delegate.java 225 /*package*/ static void nMoveTo(long nPath, float x, float y) {
  /frameworks/base/graphics/java/android/graphics/
Path.java 335 nMoveTo(mNativePath, x, y);
827 private static native void nMoveTo(long nPath, float x, float y);

Completed in 95 milliseconds