Home
last modified time | relevance | path

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

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