Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DPatchWriter.cpp47 *this << innerTriangulator.pushVertex(to_skpoint(abc.hi)); in chopAndWriteQuads()
67 *this << innerTriangulator.pushVertex(to_skpoint(p2)); in chopAndWriteQuads()
94 *this << innerTriangulator.pushVertex(to_skpoint(midpoint)); in chopAndWriteConics()
105 *this << innerTriangulator.pushVertex(to_skpoint(h2.xy())); in chopAndWriteConics()
131 *this << innerTriangulator.pushVertex(to_skpoint(abcd.hi)); in chopAndWriteCubics()
154 *this << innerTriangulator.pushVertex(to_skpoint(p3)); in chopAndWriteCubics()
DMiddleOutPolygonTriangulator.h137 SK_WARN_UNUSED_RESULT PoppedTriangleStack pushVertex(SkPoint pt) { in pushVertex() function
226 return fMiddleOut.pushVertex(pt); in nextStack()