Home | History | Annotate | Download | only in core

Lines Matching refs:cosEndTheta

1439         SkScalar cosEndTheta, sinEndTheta = SkScalarSinCos(endTheta, &cosEndTheta);
1441 unitPts[1].set(cosEndTheta, sinEndTheta);
1444 unitPts[0].offset(t * sinEndTheta, -t * cosEndTheta);