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 616 bool SkPath::getLastPt(SkPoint* lastPt) const {
678 this->getLastPt(&pt);
708 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
710 this->getLastPt(&pt);
728 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
730 this->getLastPt(&pt);
760 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
762 this->getLastPt(&pt);
783 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
785 this->getLastPt(&pt)
    [all...]
  /external/skia/src/core/
SkPath.cpp 616 bool SkPath::getLastPt(SkPoint* lastPt) const {
678 this->getLastPt(&pt);
708 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
710 this->getLastPt(&pt);
728 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
730 this->getLastPt(&pt);
760 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
762 this->getLastPt(&pt);
783 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
785 this->getLastPt(&pt)
    [all...]

Completed in 291 milliseconds