Home | History | Annotate | Download | only in core

Lines Matching refs:SkScalarSinCos

632     start.fY = SkScalarSinCos(SkDegreesToRadians(startAngle), &start.fX);
633 stop.fY = SkScalarSinCos(SkDegreesToRadians(startAngle + sweepAngle),
653 stop.fY = SkScalarSinCos(stopRad, &stop.fX);