Searched refs:fCW (Results 1 – 2 of 2) sorted by relevance
104 SkPathDirection dir() const { return fCW ? SkPathDirection::kCW : SkPathDirection::kCCW; } in dir()114 fCW = dir == SkPathDirection::kCW; in setPathWindingParams()277 bool fCW; variable
39 fCW = shape.fCW; in operator =()51 key |= (fCW ? 1 : 0) << 8; // start was 3 bits, total 8 bits so far in stateKey()