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

/external/skia/src/core/
H A DSkPath.cpp667 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
743 this->getLastPt(&pt);
773 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
775 this->getLastPt(&pt);
793 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
795 this->getLastPt(&pt);
825 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
827 this->getLastPt(&pt);
848 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
850 this->getLastPt(
[all...]

Completed in 298 milliseconds