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

  /frameworks/base/graphics/java/android/graphics/
Path.java 362 nLineTo(mNativePath, x, y);
829 private static native void nLineTo(long nPath, float x, float y);
  /frameworks/base/tools/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) {

Completed in 458 milliseconds