OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nArcTo
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Path.java
491
nArcTo
(mNativePath, left, top, right, bottom, startAngle, sweepAngle, forceMoveTo);
837
private static native void
nArcTo
(long nPath, float left, float top, float right, float bottom,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java
307
/*package*/ static void
nArcTo
(long nPath, float left, float top, float right,
Completed in 504 milliseconds