Lines Matching refs:duplicate_pt
58 static bool duplicate_pt(const SkPoint& p0, const SkPoint& p1) {
437 if (duplicate_pt(fPts[this->numPts()-1], fPts[0])) {
557 if (duplicate_pt(perp2, this->point(perp1Idx))) {
577 if (!duplicate_pt(miter, this->point(perp1Idx))) {
607 if (!duplicate_pt(miter, this->point(perp1Idx))) {
753 if (!duplicate_pt(newPt, fCandidateVerts.lastPoint())) {
771 bool dupPrev = duplicate_pt(newPt, fCandidateVerts.lastPoint());
772 bool dupNext = duplicate_pt(newPt, fCandidateVerts.firstPoint());
783 bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint());
927 if (this->numPts() > 0 && duplicate_pt(p, this->lastPoint())) {
940 if (duplicate_pt(p, this->lastPoint())) {