Lines Matching refs:newPt
715 SkPoint newPt = lastRing.bisector(minEdgeIdx);
716 newPt.scale(minT);
717 newPt += this->point(lastRing.index(minEdgeIdx));
719 SkScalar depth = this->computeDepthFromEdge(lastRing.origEdgeID(minEdgeIdx), newPt);
736 depth, &newPt)) {
740 dst[0] = fCandidateVerts.addNewPt(newPt,
749 depth, &newPt)) {
753 if (!duplicate_pt(newPt, fCandidateVerts.lastPoint())) {
754 dst[cur] = fCandidateVerts.addNewPt(newPt,
767 depth, &newPt)) {
771 bool dupPrev = duplicate_pt(newPt, fCandidateVerts.lastPoint());
772 bool dupNext = duplicate_pt(newPt, fCandidateVerts.firstPoint());
775 dst[cur] = fCandidateVerts.addNewPt(newPt,