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

  /frameworks/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 197 Path_Delegate.nLineTo(native_dst_path, points[0], points[1]);
Path_Delegate.java 245 /*package*/ static void nLineTo(long nPath, float x, float y) {
  /frameworks/base/graphics/java/android/graphics/
Path.java 370 nLineTo(mNativePath, x, y);
828 private static native void nLineTo(long nPath, float x, float y);

Completed in 68 milliseconds