OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRLineTo
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Path.java
377
nRLineTo
(mNativePath, dx, dy);
830
private static native void
nRLineTo
(long nPath, float dx, float dy);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java
255
/*package*/ static void
nRLineTo
(long nPath, float dx, float dy) {
Completed in 51 milliseconds