Searched refs:arcToBezier (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 113 static void arcToBezier(SkPath* p, in arcToBezier() function 244 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | PathParser.java | 663 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc() 680 private static void arcToBezier(Path p, in arcToBezier() method in PathParser.PathDataNode
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 774 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc() 792 private static void arcToBezier(@NonNull Path_Delegate p, double cx, double cy, double a, in arcToBezier() method in PathParser_Delegate.PathDataNode
|