Home | History | Annotate | Download | only in core

Lines Matching refs:offCurve

1425         SkVector offCurve = { lastQ.x() + x, lastQ.y() + y };
1432 offCurve.setLength(SkScalarInvert(cosThetaOver2));
1433 if (!SkPointPriv::EqualsWithinTolerance(lastQ, offCurve)) {
1434 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2);