Home | History | Annotate | Download | only in core

Lines Matching refs:sinh

1360     SkScalar sinh = SkPoint::CrossProduct(before, after);
1362 if (SkScalarNearlyZero(sinh)) { // angle is too tight
1367 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
1377 if (sinh > 0) {