Lines Matching refs:SkTCurve
13 void SkTCoincident::setPerp(const SkTCurve& c1, double t, in setPerp()
14 const SkDPoint& cPt, const SkTCurve& c2) { in setPerp()
214 void SkTSpan::init(const SkTCurve& c) { in init()
222 bool SkTSpan::initBounds(const SkTCurve& c) { in initBounds()
260 int SkTSpan::linearIntersects(const SkTCurve& q2) const { in linearIntersects()
499 SkTSect::SkTSect(const SkTCurve& c in SkTSect()
558 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin()
735 const SkTCurve& opp = sect2->fCurve; in computePerpendiculars()
1039 template<typename SkTCurve>
1040 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel()
1660 const SkTCurve& c1 = span1->part(); in findEnd()
1661 const SkTCurve& c2 = span2->part(); in findEnd()