Searched refs:fIsACCW (Results 1 – 2 of 2) sorted by relevance
189 pr->setIsOval( true, fIsACCW, fIsAStart); in make()191 dir = fIsACCW ? SkPathFirstDirection::kCCW : SkPathFirstDirection::kCW; in make()194 pr->setIsRRect(true, fIsACCW, fIsAStart); in make()196 dir = fIsACCW ? SkPathFirstDirection::kCCW : SkPathFirstDirection::kCW; in make()681 fIsACCW = (dir == SkPathDirection::kCCW); in addOval()732 fIsACCW = (dir == SkPathDirection::kCCW); in addRRect()
241 bool fIsACCW = false; // tracks direction iff fIsA is not unknown variable