Lines Matching refs:coincident
352 static bool coincident(const SkPoint& a, const SkPoint& b) { in coincident() function
712 if (coincident(edge->fTop->fPoint, other->fTop->fPoint)) { in mergeEdgesAbove()
733 if (coincident(edge->fBottom->fPoint, other->fBottom->fPoint)) { in mergeEdgesBelow()
895 if (prevV && coincident(prevV->fPoint, p)) { in makeSortedVertex()
897 } else if (nextV && coincident(nextV->fPoint, p)) { in makeSortedVertex()
982 if (coincident(p, left->fTop->fPoint)) { in checkForIntersection()
984 } else if (coincident(p, left->fBottom->fPoint)) { in checkForIntersection()
986 } else if (coincident(p, right->fTop->fPoint)) { in checkForIntersection()
988 } else if (coincident(p, right->fBottom->fPoint)) { in checkForIntersection()
1024 if (coincident(prev->fPoint, v->fPoint)) { in sanitizeContours()
1052 if (coincident(v->fPrev->fPoint, v->fPoint)) { in mergeCoincidentVertices()