Lines Matching refs:SkTCurve
12 void SkTCoincident::setPerp(const SkTCurve& c1, double t, in setPerp()
13 const SkDPoint& cPt, const SkTCurve& c2) { in setPerp()
213 void SkTSpan::init(const SkTCurve& c) { in init()
221 bool SkTSpan::initBounds(const SkTCurve& c) { in initBounds()
259 int SkTSpan::linearIntersects(const SkTCurve& q2) const { in linearIntersects()
498 SkTSect::SkTSect(const SkTCurve& c in SkTSect()
557 const SkTCurve& opp = sect2->fCurve; in binarySearchCoin()
734 const SkTCurve& opp = sect2->fCurve; in computePerpendiculars()
1038 template<typename SkTCurve>
1039 static bool is_parallel(const SkDLine& thisLine, const SkTCurve& opp) { in is_parallel()
1659 const SkTCurve& c1 = span1->part(); in findEnd()
1660 const SkTCurve& c2 = span2->part(); in findEnd()