Searched refs:conicLine (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkAddIntersections.cpp | 375 pts = ts.conicLine(wn.pts(), wn.weight(), wt.pts()); in AddIntersectTs() 438 pts = ts.conicLine(wt.pts(), wt.weight(), wn.pts()); in AddIntersectTs()
|
D | SkIntersections.h | 73 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) { in conicLine() function
|
/external/skia/src/pathops/ |
D | SkAddIntersections.cpp | 375 pts = ts.conicLine(wn.pts(), wn.weight(), wt.pts()); in AddIntersectTs() 438 pts = ts.conicLine(wt.pts(), wt.weight(), wn.pts()); in AddIntersectTs()
|
D | SkIntersections.h | 73 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) { in conicLine() function
|