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

/external/skia/src/core/
H A DSkGeometry.cpp1296 int SkConic::BuildUnitArc(const SkVector& uStart, const SkVector& uStop, SkRotationDirection dir, argument
1298 // rotate by x,y so that uStart is (1.0)
1299 SkScalar x = SkPoint::DotProduct(uStart, uStop);
1300 SkScalar y = SkPoint::CrossProduct(uStart, uStop);
1371 matrix.setSinCos(uStart.fY, uStart.fX);

Completed in 1258 milliseconds