HomeSort by relevance Sort by last modified time
    Searched defs:getLastPt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 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)
    [all...]
  /external/skia/src/core/
SkPath.cpp 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)
    [all...]

Completed in 40 milliseconds