Searched defs:native_lineTo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java231 /*package*/ static void native_lineTo(int nPath, float x, float y) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java247 native_lineTo(mNativePath, x, y);
630 private static native void native_lineTo(int nPath, float x, float y); method in class:Path

Completed in 103 milliseconds