Searched refs:offCurve (Results 1 – 1 of 1) sorted by relevance
1561 SkVector offCurve = { lastQ.x() + x, lastQ.y() + y }; in BuildUnitArc() local1568 offCurve.setLength(SkScalarInvert(cosThetaOver2)); in BuildUnitArc()1569 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2); in BuildUnitArc()