Searched defs:EdgeList (Results 1 – 10 of 10) sorted by relevance
426 struct GrTriangulator::EdgeList { struct427 EdgeList() : fHead(nullptr), fTail(nullptr) {} in EdgeList() argument428 Edge* fHead;429 Edge* fTail;432 void append(Edge* e) { insert(e, fTail, nullptr); } in append()434 void removeAll() { in removeAll()439 void close() { in close()445 bool contains(Edge* edge) const { return edge->fLeft || edge->fRight || fHead == edge; } in contains()
30 using EdgeList = GrTriangulator::EdgeList; typedef
33 using EdgeList = GrTriangulator::EdgeList; typedef
439 struct EdgeList { struct440 EdgeList() : fHead(nullptr), fTail(nullptr) {} in EdgeList() function441 Edge* fHead;442 Edge* fTail;443 void insert(Edge* edge, Edge* prev, Edge* next) { in insert()446 void append(Edge* e) { in append()449 void remove(Edge* edge) { in remove()452 void removeAll() { in removeAll()457 void close() { in close()463 bool contains(Edge* edge) const { in contains()
308 using EdgeList = std::vector<BuilderEdge>; variable
45 typedef std::vector<Edge> EdgeList; typedef
66 using EdgeList = std::vector<Edge>; variable
725 std::vector<Edge *> EdgeList; in getInstrumentBBs() local
754 std::vector<Edge *> EdgeList; in getInstrumentBBs() local