HomeSort by relevance Sort by last modified time
    Searched defs: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 343 nMoveTo(mNativePath, x, y);
826 private static native void nMoveTo(long nPath, float x, float y);

Completed in 645 milliseconds