Searched defs:VertexList (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.h | 297 struct GrTriangulator::VertexList { struct 298 VertexList() : fHead(nullptr), fTail(nullptr) {} in VertexList() argument 299 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} in VertexList() function 304 void append(const VertexList& list) { in append() argument 316 void prepend(Vertex* v) { insert(v, nullptr, fHead); } in prepend() 318 void close() { in close()
|
D | GrAATriangulator.cpp | 27 using VertexList = GrTriangulator::VertexList; typedef
|
D | GrTriangulator.cpp | 30 using VertexList = GrTriangulator::VertexList; typedef
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 229 struct VertexList { struct 230 VertexList() : fHead(nullptr), fTail(nullptr) {} in VertexList() argument 231 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} in VertexList() function 232 Vertex* fHead; 233 Vertex* fTail; 234 void insert(Vertex* v, Vertex* prev, Vertex* next) { in insert() 237 void append(Vertex* v) { in append() 240 void append(const VertexList& list) { in append() 252 void prepend(Vertex* v) { in prepend() 255 void remove(Vertex* v) { in remove() [all …]
|
/third_party/boost/boost/graph/ |
D | hawick_circuits.hpp | 181 typedef typename ClosedMatrix::const_reference VertexList; in is_closed_to() typedef 205 typedef typename ClosedMatrix::reference VertexList; in unblock() typedef
|
D | tiernan_all_cycles.hpp | 264 typedef std::vector< Vertex > VertexList; in all_cycles_from_vertex() typedef
|
D | adjacency_matrix.hpp | 547 typedef integer_range< vertex_descriptor > VertexList; typedef in boost::adjacency_matrix
|
/third_party/boost/libs/graph/test/ |
D | mcgregor_subgraphs_test.cpp | 254 typedef std::vector< Vertex > VertexList; in add_random_vertices() typedef
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 2336 SeqVertexList >::type VertexList; typedef
|