Home
last modified time | relevance | path

Searched refs:StackVertex (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DMiddleOutPolygonTriangulator.h49 struct StackVertex { struct
76 StackVertex* end, in PoppedTriangleStack() argument
77 StackVertex* newTopVertex, in PoppedTriangleStack()
78 StackVertex newTopValue) in PoppedTriangleStack()
104 StackVertex* fVertex;
114 StackVertex* fEnd;
115 StackVertex* fNewTopVertex;
116 StackVertex fNewTopValue;
147 StackVertex* endVertex = fTop; in pushVertex()
155 StackVertex* newTopVertex = endVertex + 1; in pushVertex()
[all …]