Home
last modified time | relevance | path

Searched defs:nLineTo (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java245 /*package*/ static void nLineTo(long nPath, float x, float y) { in nLineTo() method in Path_Delegate
/frameworks/base/graphics/java/android/graphics/
DPath.java828 private static native void nLineTo(long nPath, float x, float y); in nLineTo() method in Path