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

/external/skia/src/core/
H A DSkGeometry.cpp1431 SkVector offCurve = { lastQ.x() + x, lastQ.y() + y }; local
1438 offCurve.setLength(SkScalarInvert(cosThetaOver2));
1439 if (!SkPointPriv::EqualsWithinTolerance(lastQ, offCurve)) {
1440 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2);
/external/skqp/src/core/
H A DSkGeometry.cpp1425 SkVector offCurve = { lastQ.x() + x, lastQ.y() + y }; local
1432 offCurve.setLength(SkScalarInvert(cosThetaOver2));
1433 if (!SkPointPriv::EqualsWithinTolerance(lastQ, offCurve)) {
1434 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2);

Completed in 177 milliseconds