Home
last modified time | relevance | path

Searched refs:fConvexity (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/include/core/
H A DSkPath.h1777 mutable std::atomic<uint8_t> fConvexity; // SkPathConvexity member in SkPath
1850 // Bottlenecks for working with fConvexity and fFirstDirection.
1863 return (SkPathConvexity)fConvexity.load(std::memory_order_relaxed); in getConvexityOrUnknown()
/third_party/skia/src/core/
H A DSkPath.cpp156 , fConvexity((uint8_t)ct) in SkPath()
553 fConvexity.store((uint8_t)c, std::memory_order_relaxed); in setConvexity()
556 // Const hooks for working with fConvexity and fFirstDirection from const methods.
558 fConvexity.store((uint8_t)c, std::memory_order_relaxed); in setConvexity()

Completed in 10 milliseconds