Home | History | Annotate | Download | only in core

Lines Matching refs:currentPoint

1434     SkPoint currentPoint;
1435 this->getLastPt(&currentPoint);
1436 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy);