Searched refs:nQuadTo (Results 1 – 3 of 3) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | PathMeasure_Delegate.java | 208 Path_Delegate.nQuadTo(native_dst_path, points[0], points[1], in native_getSegment()
|
D | Path_Delegate.java | 265 /*package*/ static void nQuadTo(long nPath, float x1, float y1, float x2, float y2) { in nQuadTo() method in Path_Delegate
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 392 nQuadTo(mNativePath, x1, y1, x2, y2); in quadTo() 831 private static native void nQuadTo(long nPath, float x1, float y1, float x2, float y2); in nQuadTo() method in Path
|