Searched refs:nMoveTo (Results 1 – 4 of 4) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | PathMeasure_Delegate.java | 187 Path_Delegate.nMoveTo(native_dst_path, lastPoint[0], lastPoint[1]); in native_getSegment() 194 Path_Delegate.nMoveTo(native_dst_path, points[0], points[1]); in native_getSegment()
|
D | Path_Delegate.java | 229 /*package*/ static void nMoveTo(long nPath, float x, float y) { in nMoveTo() method in Path_Delegate
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 348 nMoveTo(mNativePath, x, y); in moveTo() 831 private static native void nMoveTo(long nPath, float x, float y); in nMoveTo() method in Path
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 21090 Landroid/graphics/Path;->nMoveTo(JFF)V
|