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

  /external/skia/src/core/
SkPath.cpp 687 bool SkPath::getLastPt(SkPoint* lastPt) const {
763 this->getLastPt(&pt);
793 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
795 this->getLastPt(&pt);
813 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
815 this->getLastPt(&pt);
845 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
847 this->getLastPt(&pt);
868 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
870 this->getLastPt(&pt)
    [all...]
  /external/skqp/src/core/
SkPath.cpp 678 bool SkPath::getLastPt(SkPoint* lastPt) const {
754 this->getLastPt(&pt);
784 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
786 this->getLastPt(&pt);
804 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
806 this->getLastPt(&pt);
836 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
838 this->getLastPt(&pt);
859 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt().
861 this->getLastPt(&pt)
    [all...]

Completed in 552 milliseconds