Lines Matching refs:getFirstDirection
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 SkPath
1877 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() function
2570 this->getFirstDirection() == SkPathPriv::kUnknown_FirstDirection) { in internalGetConvexity()
2572 if (state.getFirstDirection() == SkPathPriv::kUnknown_FirstDirection in internalGetConvexity()
2577 this->setFirstDirection(state.getFirstDirection()); in internalGetConvexity()
2622 SkPathPriv::FirstDirection getFirstDirection() const { return fFirstDirection; } in getFirstDirection() function
2877 if (this->getFirstDirection() == SkPathPriv::kUnknown_FirstDirection) { in internalGetConvexity()
2878 if (state.getFirstDirection() == SkPathPriv::kUnknown_FirstDirection in internalGetConvexity()
2883 this->setFirstDirection(state.getFirstDirection()); in internalGetConvexity()
2906 return state.getFirstDirection() != SkPathPriv::kUnknown_FirstDirection in IsConvex()
3081 auto d = path.getFirstDirection(); in CheapComputeFirstDirection()
3090 SkASSERT(path.getFirstDirection() == kUnknown_FirstDirection); in CheapComputeFirstDirection()
3091 *dir = static_cast<FirstDirection>(path.getFirstDirection()); in CheapComputeFirstDirection()