Home
last modified time | relevance | path

Searched refs:fConvexity (Results 1 – 5 of 5) sorted by relevance

/external/skqp/include/core/
DSkPath.h248 Convexity getConvexityOrUnknown() const { return fConvexity.load(std::memory_order_relaxed); } in getConvexityOrUnknown()
1684 mutable std::atomic<Convexity> fConvexity; variable
/external/skia/include/core/
DSkPath.h1770 mutable std::atomic<uint8_t> fConvexity; // SkPathConvexity variable
1856 return (SkPathConvexity)fConvexity.load(std::memory_order_relaxed); in getConvexityOrUnknown()
/external/skqp/src/core/
DSkPath_serial.cpp312 fConvexity = kUnknown_Convexity; in readFromMemory_LE3()
DSkPath.cpp747 fConvexity.store(c, std::memory_order_relaxed); in setConvexity()
752 fConvexity.store(c, std::memory_order_relaxed); in setConvexity()
2336 , fConvexity(SkPath::kConvex_Convexity) in Convexicator()
2353 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity()
2359 if (SkPath::kConcave_Convexity == fConvexity || !fIsFinite) { in addPt()
2390 fConvexity = SkPath::kConcave_Convexity; in addPt()
2465 fConvexity = SkPath::kConcave_Convexity; in addVec()
2495 SkPath::Convexity fConvexity; member
/external/skia/src/core/
DSkPath.cpp154 , fConvexity((uint8_t)ct) in SkPath()
551 fConvexity.store((uint8_t)c, std::memory_order_relaxed); in setConvexity()
556 fConvexity.store((uint8_t)c, std::memory_order_relaxed); in setConvexity()