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

/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp576 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
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(
[all...]
/external/skia/src/core/
H A DSkPath.cpp576 bool SkPath::getLastPt(SkPoint* lastPt) const { function in class:SkPath
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(
[all...]

Completed in 2471 milliseconds