Home | History | Annotate | Download | only in core

Lines Matching defs:dist

1367     SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
1368 if (dist < 0) {
1369 dist = -dist;
1372 SkScalar xx = x1 - SkScalarMul(dist, before.fX);
1373 SkScalar yy = y1 - SkScalarMul(dist, before.fY);