Home
last modified time | relevance | path

Searched refs:fCW (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/geometry/
DGrShape.h104 SkPathDirection dir() const { return fCW ? SkPathDirection::kCW : SkPathDirection::kCCW; } in dir()
114 fCW = dir == SkPathDirection::kCW; in setPathWindingParams()
277 bool fCW; variable
DGrShape.cpp39 fCW = shape.fCW; in operator =()
51 key |= (fCW ? 1 : 0) << 8; // start was 3 bits, total 8 bits so far in stateKey()