Home
last modified time | relevance | path

Searched defs:VertexList (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrTriangulator.h297 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()
DGrAATriangulator.cpp27 using VertexList = GrTriangulator::VertexList; typedef
DGrTriangulator.cpp30 using VertexList = GrTriangulator::VertexList; typedef
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp229 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/
Dhawick_circuits.hpp181 typedef typename ClosedMatrix::const_reference VertexList; in is_closed_to() typedef
205 typedef typename ClosedMatrix::reference VertexList; in unblock() typedef
Dtiernan_all_cycles.hpp264 typedef std::vector< Vertex > VertexList; in all_cycles_from_vertex() typedef
Dadjacency_matrix.hpp547 typedef integer_range< vertex_descriptor > VertexList; typedef in boost::adjacency_matrix
/third_party/boost/libs/graph/test/
Dmcgregor_subgraphs_test.cpp254 typedef std::vector< Vertex > VertexList; in add_random_vertices() typedef
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp2336 SeqVertexList >::type VertexList; typedef