Lines Matching defs:getLastPt
511 bool SkPath::getLastPt(SkPoint* lastPt) const {
669 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
671 this->getLastPt(&pt);
689 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
691 this->getLastPt(&pt);
722 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
724 this->getLastPt(&pt);
745 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
747 this->getLastPt(&pt);
1120 } else if (!this->getLastPt(&lastPt) ||
1168 this->getLastPt(&srcPts[0]);
1298 this->getLastPt(¤tPoint);
1340 this->getLastPt(&start);
1413 if (fLastMoveToIndex < 0 || !this->getLastPt(&lastPt) ||