Home
last modified time | relevance | path

Searched refs:edgeVectors (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrQuadUtils.cpp695 void TessellationHelper::EdgeEquations::reset(const EdgeVectors& edgeVectors) { in reset() argument
696 V4f dx = edgeVectors.fDX; in reset()
697 V4f dy = edgeVectors.fDY; in reset()
699 correct_bad_edges(edgeVectors.fInvLengths >= kInvDistTolerance, &dx, &dy, nullptr); in reset()
701 V4f c = dx*edgeVectors.fY2D - dy*edgeVectors.fX2D; in reset()
703 V4f test = dy * next_cw(edgeVectors.fX2D) + (-dx * next_cw(edgeVectors.fY2D) + c); in reset()
879 void TessellationHelper::OutsetRequest::reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType,
895 (widthChange > 0.f && edgeVectors
[all...]
H A DGrQuadUtils.h126 void reset(const EdgeVectors& edgeVectors);
152 void reset(const EdgeVectors& edgeVectors, GrQuad::Type quadType,
171 // original lines. This should only be called if the 'edgeVectors' fInvSinTheta data is
173 void moveAlong(const EdgeVectors& edgeVectors,

Completed in 3 milliseconds