Searched refs:getFirstDirection (Results 1 – 4 of 4) sorted by relevance
68 fSaved = static_cast<SkPathPriv::FirstDirection>(fPath->getFirstDirection()); in SkAutoDisableDirectionCheck()203 this->setFirstDirection(that.getFirstDirection()); in copyFields()231 uint8_t fd = this->getFirstDirection(); in swap()232 this->setFirstDirection(that.getFirstDirection()); in swap()757 uint8_t SkPath::getFirstDirection() const { in getFirstDirection() function in SkPath1877 if (this->getFirstDirection() == SkPathPriv::kUnknown_FirstDirection) { in transform()1886 (SkPathPriv::FirstDirection)this->getFirstDirection())); in transform()1888 dst->setFirstDirection(this->getFirstDirection()); in transform()2356 SkPathPriv::FirstDirection getFirstDirection() const { return fFirstDirection; } in getFirstDirection() function2570 this->getFirstDirection() == SkPathPriv::kUnknown_FirstDirection) { in internalGetConvexity()[all …]
70 fSaved = static_cast<SkPathFirstDirection>(fPath->getFirstDirection()); in SkAutoDisableDirectionCheck()200 this->setFirstDirection(that.getFirstDirection()); in copyFields()228 SkPathFirstDirection fd = this->getFirstDirection(); in swap()229 this->setFirstDirection(that.getFirstDirection()); in swap()561 SkPathFirstDirection SkPath::getFirstDirection() const { in getFirstDirection() function in SkPath1644 if (this->getFirstDirection() == SkPathFirstDirection::kUnknown) { in transform()1653 (SkPathFirstDirection)this->getFirstDirection())); in transform()1655 dst->setFirstDirection(this->getFirstDirection()); in transform()2070 SkPathFirstDirection getFirstDirection() const { return fFirstDirection; } in getFirstDirection() function2286 if (this->getFirstDirection() == SkPathFirstDirection::kUnknown) { in computeConvexity()[all …]
1764 uint8_t getFirstDirection() const;
1848 SkPathFirstDirection getFirstDirection() const;