Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp13 void SkTCoincident::setPerp(const SkTCurve& c1, double t, in setPerp() function in SkTCoincident
574 work.fCoinStart.setPerp(fCurve, work.fStartT, last, opp); in binarySearchCoin()
687 first->fCoinStart.setPerp(fCurve, start1s, fCurve[0], sect2->fCurve); in coincidentForce()
688 first->fCoinEnd.setPerp(fCurve, start1e, this->pointLast(), sect2->fCurve); in coincidentForce()
743 work->fCoinStart.setPerp(fCurve, work->fStartT, work->pointFirst(), opp); in computePerpendiculars()
753 work->fCoinEnd.setPerp(fCurve, work->fEndT, work->pointLast(), opp); in computePerpendiculars()
908 first->fCoinStart.setPerp(fCurve, first->fStartT, first->pointFirst(), sect2->fCurve); in extractCoincident()
909 first->fCoinEnd.setPerp(fCurve, first->fEndT, first->pointLast(), sect2->fCurve); in extractCoincident()
1158 oCoinS.setPerp(opp->fCurve, oppSpan->fStartT, oppSpan->pointFirst(), fCurve); in linesIntersect()
1159 oCoinE.setPerp(opp->fCurve, oppSpan->fEndT, oppSpan->pointLast(), fCurve); in linesIntersect()
[all …]
DSkPathOpsTSect.h72 void setPerp(const SkTCurve& c1, double t, const SkDPoint& cPt, const SkTCurve& );