Home
last modified time | relevance | path

Searched defs:fFirstDirection (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/core/
DSkPath.h1778 mutable std::atomic<uint8_t> fFirstDirection; // SkPathFirstDirection variable
/third_party/skia/src/core/
DSkPath.cpp2254 SkPathFirstDirection fFirstDirection { SkPathFirstDirection::kUnknown }; member