Home
last modified time | relevance | path

Searched refs:rayEnd (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp640 SkDLine rayEnd; in endToSide() local
641 rayEnd[0].set(this->fEnd->pt()); in endToSide()
642 rayEnd[1] = rayEnd[0]; in endToSide()
645 rayEnd[1].fX += slopeAtEnd.fY; in endToSide()
646 rayEnd[1].fY -= slopeAtEnd.fX; in endToSide()
650 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayEnd, &iEnd); in endToSide()
652 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist); in endToSide()
678 const SkDPoint* endPt = &rayEnd[0]; in endToSide()

Completed in 4 milliseconds