Lines Matching refs:getFirstDirection
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 SkPath
1644 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() function
2286 if (this->getFirstDirection() == SkPathFirstDirection::kUnknown) { in computeConvexity()
2287 if (state.getFirstDirection() == SkPathFirstDirection::kUnknown in computeConvexity()
2292 this->setFirstDirection(state.getFirstDirection()); in computeConvexity()
2466 auto d = path.getFirstDirection(); in ComputeFirstDirection()