Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp49 const Sk4f& ynext, Sk4f* xdiff, Sk4f* ydiff, Sk4f* invLengths) { in compute_edge_vectors()
61 const Sk4f& ydiff, const Sk4f& invLengths, const Sk4f& mask, in outset_masked_vertices()
86 const Sk4f& ydiff, const Sk4f& invLengths, in outset_vertices()
130 Sk4f xdiff, ydiff, invLengths; in compute_nested_quad_vertices() local
225 Sk4f xdiff, ydiff, invLengths; in compute_quad_persp_vertices() local
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp93 Sk4f invLengths = fma(dx, dx, dy * dy).rsqrt(); in get_metadata() local