Home | History | Annotate | Download | only in batches

Lines Matching refs:lengthSq

97     SkScalar lengthSq = 1.0f / ((1.0f - dotProd) / 2.0f);
98 if (lengthSq > kBloatLimit) {
102 bisector.setLength(SkScalarSqrt(lengthSq) * kBloatSize);