Searched defs:invLengths (Results 1 – 2 of 2) sorted by relevance
| /external/skqp/src/gpu/ops/ |
| D | GrQuadPerEdgeAA.cpp | 49 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/core/ |
| D | SkGeometry.cpp | 205 Sk2f invLengths = 1.0f / (x0_x1 * x0_x1 + y0_y1 * y0_y1).sqrt(); in SkFindBisector() local
|