Home | History | Annotate | Download | only in core

Lines Matching defs:setLastPt

1328     void setLastPt(SkScalar x, SkScalar y);
1335 void setLastPt(const SkPoint& p) {
1336 this->setLastPt(p.fX, p.fY);