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

/external/skia/src/core/
H A DSkGeometry.cpp1372 int SkConic::BuildUnitArc(const SkVector& uStart, const SkVector& uStop, SkRotationDirection dir, argument
1374 // rotate by x,y so that uStart is (1.0)
1375 SkScalar x = SkPoint::DotProduct(uStart, uStop);
1376 SkScalar y = SkPoint::CrossProduct(uStart, uStop);
1447 matrix.setSinCos(uStart.fY, uStart.fX);
/external/skqp/src/core/
H A DSkGeometry.cpp1366 int SkConic::BuildUnitArc(const SkVector& uStart, const SkVector& uStop, SkRotationDirection dir, argument
1368 // rotate by x,y so that uStart is (1.0)
1369 SkScalar x = SkPoint::DotProduct(uStart, uStop);
1370 SkScalar y = SkPoint::CrossProduct(uStart, uStop);
1441 matrix.setSinCos(uStart.fY, uStart.fX);

Completed in 77 milliseconds