Searched defs:VertexList (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/geometry/ | ||
H A D | GrTriangulator.h | 297 struct GrTriangulator::VertexList { global() struct in GrTriangulator 298 VertexList() : fHead(nullptr), fTail(nullptr) {} VertexList() function 299 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} VertexList() function [all...] |
Completed in 2 milliseconds