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 637 bool SkPath::getLastPt(SkPoint* lastPt) const {
720 this->getLastPt(&pt);
752 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
754 this->getLastPt(&pt);
774 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
776 this->getLastPt(&pt);
808 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
810 this->getLastPt(&pt);
833 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
835 this->getLastPt(&pt)
    [all...]
  /external/skia/src/core/
SkPath.cpp 637 bool SkPath::getLastPt(SkPoint* lastPt) const {
720 this->getLastPt(&pt);
752 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
754 this->getLastPt(&pt);
774 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
776 this->getLastPt(&pt);
808 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
810 this->getLastPt(&pt);
833 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
835 this->getLastPt(&pt)
    [all...]

Completed in 1145 milliseconds