Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrQuadUtils.h105 struct EdgeVectors { struct
126 void reset(const EdgeVectors& edgeVectors); argument
152 void reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType,
173 void moveAlong(const EdgeVectors& edgeVectors,
186 EdgeVectors fEdgeVectors;
DGrQuadUtils.cpp659 void TessellationHelper::EdgeVectors::reset(const skvx::Vec<4, float>& xs, in reset()
695 void TessellationHelper::EdgeEquations::reset(const EdgeVectors& edgeVectors) { in reset()
879 void TessellationHelper::OutsetRequest::reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType, in reset()
970 void TessellationHelper::Vertices::moveAlong(const EdgeVectors& edgeVectors, in moveAlong()