Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.cpp122 double startDist = test->pointFirst().distanceSquared(pt); in closestBoundedT()
266 SkDVector len = this->pointLast() - this->pointFirst(); in linearT()
268 ? (pt.fX - this->pointFirst().fX) / len.fX in linearT()
269 : (pt.fY - this->pointFirst().fY) / len.fY; in linearT()
320 if (opp->pointFirst() == this->pointFirst()) { in onlyEndPointsInCommon()
322 } else if (opp->pointFirst() == this->pointLast()) { in onlyEndPointsInCommon()
325 } else if (opp->pointLast() == this->pointFirst()) { in onlyEndPointsInCommon()
582 if (last.approximatelyEqual(work.pointFirst())) { in binarySearchCoin()
585 last = work.pointFirst(); in binarySearchCoin()
755 work->fCoinStart.setPerp(fCurve, work->fStartT, work->pointFirst(), opp); in computePerpendiculars()
[all …]
DSkPathOpsTSect.h180 const SkDPoint& pointFirst() const { in pointFirst() function