Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp325 V4f y2d = ys / ws; in projectedBounds() local
350 V4f y2d = ys * ws; in projectedBounds() local
746 V4f* x2d, V4f* y2d, in computeDegenerateQuad()
1004 void TessellationHelper::Vertices::moveTo(const V4f& x2d, const V4f& y2d, const M4f& mask) { in moveTo()
1256 V4f y2d = fEdgeVectors.fY2D; in adjustDegenerateVertices() local
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp190 static void outset_projected_vertices(const V4f& x2d, const V4f& y2d, in outset_projected_vertices()
626 V4f y2d = inner->fY * iw; in compute_nested_persp_quad_vertices() local