Home
last modified time | relevance | path

Searched refs:conicLine (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkIntersections.h86 int conicLine(const SkPoint a[3], SkScalar weight, const SkPoint b[2]) { in conicLine() function
DSkAddIntersections.cpp391 pts = ts.conicLine(wn.pts(), wn.weight(), wt.pts()); in AddIntersectTs()
454 pts = ts.conicLine(wt.pts(), wt.weight(), wn.pts()); in AddIntersectTs()