Home | History | Annotate | Download | only in batches

Lines Matching refs:bisector

101     SkPoint bisector = line1 + line2;
102 bisector.setLength(SkScalarSqrt(lengthSq) * kBloatSize);
103 *p1 += bisector;