Lines Matching full:normxs
323 normXs = ysrot - ys;
326 Sk4f invNormLengths = (normXs * normXs + normYs * normYs).rsqrt();
327 float test = normXs[0] * xs[2] + normYs[0] * ys[2] + ds[0];
332 normXs *= invNormLengths;
343 vertices[j].fEdges[i].fX = normXs[i];
352 xsrot = SkNx_shuffle<3, 0, 1, 2>(normXs);
356 ys = normXs * dsrot - xsrot * ds;
357 ds = xsrot * normYs - ysrot * normXs;