Home | History | Annotate | Download | only in core

Lines Matching refs:getLastPt

687 bool SkPath::getLastPt(SkPoint* lastPt) const {
763 this->getLastPt(&pt);
793 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
795 this->getLastPt(&pt);
813 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
815 this->getLastPt(&pt);
845 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
847 this->getLastPt(&pt);
868 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
870 this->getLastPt(&pt);
1325 } else if (kSkipLineToCheck || !this->getLastPt(&lastPt) ||
1374 this->getLastPt(&srcPts[0]);
1496 this->getLastPt(&currentPoint);
1540 this->getLastPt(&start);