Searched refs:getInitialPointIndex (Results 1 – 4 of 4) sorted by relevance
37 return SkPath::Rect(fRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()73 return SkPath::RRect(fRRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()
38 path.addRect(fRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()76 path.addRRect(fRRect, this->getDirection(), this->getInitialPointIndex()); in onAsPath()
60 uint8_t getInitialPointIndex() const { return fInitialPointIndex; } in getInitialPointIndex() function103 uint8_t getInitialPointIndex() const { return fInitialPointIndex; } in getInitialPointIndex() function