Searched defs:getLastPt (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp687 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
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(
[all...]
/external/skqp/src/core/
H A DSkPath.cpp678 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
754 this->getLastPt(&pt);
784 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
786 this->getLastPt(&pt);
804 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
806 this->getLastPt(&pt);
836 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
838 this->getLastPt(&pt);
859 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
861 this->getLastPt(
[all...]

Completed in 131 milliseconds