Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h105 if (kUnknown_Convexity == fConvexity) { in getConvexity()
106 fConvexity = (uint8_t)ComputeConvexity(*this); in getConvexity()
108 return (Convexity)fConvexity; in getConvexity()
117 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; } in getConvexityOrUnknown()
749 mutable uint8_t fConvexity; variable
/external/skia/src/core/
DSkPath.cpp119 fConvexity = kUnknown_Convexity; in SkPath()
151 fConvexity = src.fConvexity; in operator =()
182 SkTSwap<uint8_t>(fConvexity, other.fConvexity); in swap()
210 fConvexity = kUnknown_Convexity; in reset()
221 fConvexity = kUnknown_Convexity; in rewind()
405 if (fConvexity != c) { in setConvexity()
406 fConvexity = c; in setConvexity()
417 fConvexity = kUnknown_Convexity; \
1230 dst->fConvexity = fConvexity; in transform()
1734 Convexicator() : fPtCount(0), fConvexity(SkPath::kConvex_Convexity) { in Convexicator()
[all …]