Home | History | Annotate | Download | only in Intersection

Lines Matching defs:links

501 // bottoms so the links can share their winding sum.
504 // look for links forwards and backwards
567 SkTDArray<SkAntiEdge> links;
574 SkAntiEdge* link = links.append();
586 // create a list of all edges, links and singletons
588 for (active = links.begin(); active != links.end(); ++active) {
593 SkAntiEdge* link = links.append();