Searched refs:cosThetaOver2 (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.cpp1437 const SkScalar cosThetaOver2 = SkScalarSqrt((1 + dot) / 2); local
1438 offCurve.setLength(SkScalarInvert(cosThetaOver2));
1440 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2);
/external/skqp/src/core/
H A DSkGeometry.cpp1431 const SkScalar cosThetaOver2 = SkScalarSqrt((1 + dot) / 2); local
1432 offCurve.setLength(SkScalarInvert(cosThetaOver2));
1434 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2);

Completed in 98 milliseconds