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

  /frameworks/base/graphics/java/android/graphics/
Path.java 448 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
834 private static native void nRCubicTo(long nPath, float x1, float y1, float x2, float y2,
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 296 /*package*/ static void nRCubicTo(long nPath, float x1, float y1,

Completed in 86 milliseconds