Lines Matching refs:SkTCurve
26 void SkTCoincident::setPerp(const SkTCurve& c1, double t, in setPerp()
27 const SkDPoint& cPt, const SkTCurve& c2) { in setPerp()
226 void SkTSpan::init(const SkTCurve& c) { in init()
234 bool SkTSpan::initBounds(const SkTCurve& c) { in initBounds()
272 int SkTSpan::linearIntersects(const SkTCurve& q2) const { in linearIntersects()
511 SkTSect::SkTSect(const SkTCurve& c in SkTSect()
570 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin()
747 const SkTCurve& opp = sect2->fCurve; in computePerpendiculars()
1051 template<typename SkTCurve>
1052 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel()
1672 const SkTCurve& c1 = span1->part(); in findEnd()
1673 const SkTCurve& c2 = span2->part(); in findEnd()