Home | History | Annotate | Download | only in pathops

Lines Matching defs:startPt

759     const SkPoint& startPt = this->fStart->pt();
762 dStartPt.set(startPt);
764 rayMid[0].fX = (startPt.fX + endPt.fX) / 2;
765 rayMid[0].fY = (startPt.fY + endPt.fY) / 2;
766 rayMid[1].fX = rayMid[0].fX + (endPt.fY - startPt.fY);
767 rayMid[1].fY = rayMid[0].fY - (endPt.fX - startPt.fX);