Home
last modified time | relevance | path

Searched defs:x2d (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/geometry/
DGrQuadUtils.cpp324 V4f x2d = xs / ws; in projectedBounds() local
349 V4f x2d = xs * ws; in projectedBounds() local
702 V4f TessellationHelper::EdgeEquations::estimateCoverage(const V4f& x2d, const V4f& y2d) const { in estimateCoverage() argument
722 V4f* x2d, V4f* y2d, in computeDegenerateQuad()
980 void TessellationHelper::Vertices::moveTo(const V4f& x2d, const V4f& y2d, const M4f& mask) { in moveTo()
1219 V4f x2d = fEdgeVectors.fX2D; in adjustDegenerateVertices() local
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp221 auto x2d = (*x) * iw; in compute_quad_persp_vertices() local