Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp1561 SkVector offCurve = { lastQ.x() + x, lastQ.y() + y }; in BuildUnitArc() local
1568 offCurve.setLength(SkScalarInvert(cosThetaOver2)); in BuildUnitArc()
1569 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2); in BuildUnitArc()