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

/external/skia/src/core/
H A DSkGeometry.cpp1355 SkVector offCurve = { lastQ.x() + x, lastQ.y() + y }; local
1362 offCurve.setLength(SkScalarInvert(cosThetaOver2));
1363 if (!lastQ.equalsWithinTolerance(offCurve)) {
1364 dst[conicCount].set(lastQ, offCurve, finalP, cosThetaOver2);

Completed in 67 milliseconds