Searched refs:sinEndTheta (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 536 sinEndTheta = SkScalarSinSnapToZero(endTheta), in arcTo() local 539 unitPts[1].set(cosEndTheta, sinEndTheta); in arcTo() 542 unitPts[0].offset(t * sinEndTheta, -t * cosEndTheta); in arcTo()
|
D | SkPath.cpp | 1254 sinEndTheta = SkScalarSinSnapToZero(endTheta), in arcTo() local 1257 unitPts[1].set(cosEndTheta, sinEndTheta); in arcTo() 1260 unitPts[0].offset(t * sinEndTheta, -t * cosEndTheta); in arcTo()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1496 SkScalar cosEndTheta, sinEndTheta = SkScalarSinCos(endTheta, &cosEndTheta); in arcTo() local 1498 unitPts[1].set(cosEndTheta, sinEndTheta); in arcTo() 1501 unitPts[0].offset(t * sinEndTheta, -t * cosEndTheta); in arcTo()
|