Lines Matching defs:getLastPt
576 bool SkPath::getLastPt(SkPoint* lastPt) const {
638 this->getLastPt(&pt);
668 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
670 this->getLastPt(&pt);
688 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
690 this->getLastPt(&pt);
720 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
722 this->getLastPt(&pt);
743 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
745 this->getLastPt(&pt);
1026 SkAssertResult(path->getLastPt(&lastPt));
1346 this->getLastPt(&start);