Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp110 SkScalar startRad = SkDegreesToRadians(fArc.fStartAngle); in simplifyArc() local
111 SkPoint start = {center.fX + 0.5f * fArc.fOval.width() * SkScalarCos(startRad), in simplifyArc()
112 center.fY + 0.5f * fArc.fOval.height() * SkScalarSin(startRad)}; in simplifyArc()
/third_party/skia/src/core/
H A DSkPathBuilder.cpp272 SkScalar startRad = SkDegreesToRadians(startAngle), in angles_to_unit_vectors() local
275 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
276 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()
H A DSkPath.cpp871 SkScalar startRad = SkDegreesToRadians(startAngle), in angles_to_unit_vectors() local
874 startV->fY = SkScalarSinSnapToZero(startRad); in angles_to_unit_vectors()
875 startV->fX = SkScalarCosSnapToZero(startRad); in angles_to_unit_vectors()

Completed in 9 milliseconds