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

/external/skia/src/gpu/
H A DGrTessellator.cpp236 struct VertexList { struct in namespace:__anon17043
237 VertexList() : fHead(nullptr), fTail(nullptr) {} function in struct:__anon17043::VertexList
238 VertexList(Vertex* head, Vertex* tail) : fHead(head), fTail(tail) {} function in struct:__anon17043::VertexList
247 void append(const VertexList& list) {
501 VertexList vertices;
622 void append_point_to_contour(const SkPoint& p, VertexList* contour, SkArenaAlloc& alloc) {
635 VertexList* contour,
660 VertexList* contour,
688 VertexList* contours, SkArenaAlloc& alloc, bool *isLinear) {
693 VertexList* contou
[all...]

Completed in 55 milliseconds