Lines Matching refs:dotProd
96 SkScalar dotProd = line1.fY * line2.fY + line1.fX * line2.fX;97 SkScalar lengthSq = 1.0f / ((1.0f - dotProd) / 2.0f);