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

  /frameworks/base/graphics/java/android/graphics/
Path.java 243 native_lineTo(mNativePath, x, y);
622 private static native void native_lineTo(int nPath, float x, float y);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 231 /*package*/ static void native_lineTo(int nPath, float x, float y) {

Completed in 57 milliseconds