Lines Matching defs:join
206 Edge* join = this->makeEdge(prev, next, EdgeType::kInner, c);
208 join->fLine.normalize();
209 join->fLine = join->fLine * join->fWinding;
211 boundary->insert(join, e);
214 if (join->fLeft && join->fRight) {
215 prevEdge = join->fLeft;
216 e = join;
219 e = boundary->fHead; // join->fLeft ? join->fLeft : join;
307 // join two filled regions, which represent overlap regions, and collapses them.