Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrQuadUtils.h98 struct EdgeVectors { struct
119 void reset(const EdgeVectors& edgeVectors); argument
143 void reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType,
164 void moveAlong(const EdgeVectors& edgeVectors,
177 EdgeVectors fEdgeVectors;
DGrQuadUtils.cpp646 void TessellationHelper::EdgeVectors::reset(const skvx::Vec<4, float>& xs, in reset()
682 void TessellationHelper::EdgeEquations::reset(const EdgeVectors& edgeVectors) { in reset()
855 void TessellationHelper::OutsetRequest::reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType, in reset()
946 void TessellationHelper::Vertices::moveAlong(const EdgeVectors& edgeVectors, in moveAlong()