Lines Matching refs:coincident
444 static bool coincident(const SkPoint& a, const SkPoint& b) {
804 if (coincident(edge->fTop->fPoint, other->fTop->fPoint)) {
805 TESS_LOG("merging coincident above edges (%g, %g) -> (%g, %g)\n",
825 if (coincident(edge->fBottom->fPoint, other->fBottom->fPoint)) {
826 TESS_LOG("merging coincident below edges (%g, %g) -> (%g, %g)\n",
970 TESS_LOG("found coincident verts at %g, %g; merging %g into %g\n",
998 if (prevV && coincident(prevV->fPoint, p)) {
1000 } else if (nextV && coincident(nextV->fPoint, p)) {
1080 if (coincident(p, left->fTop->fPoint)) {
1082 } else if (coincident(p, left->fBottom->fPoint)) {
1084 } else if (coincident(p, right->fTop->fPoint)) {
1086 } else if (coincident(p, right->fBottom->fPoint)) {
1122 if (coincident(prev->fPoint, v->fPoint)) {
1123 TESS_LOG("vertex %g,%g coincident; removing\n", v->fPoint.fX, v->fPoint.fY);
1150 if (coincident(v->fPrev->fPoint, v->fPoint)) {