Searched refs:Convexity (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h88 enum Convexity { enum in class:SkPath
98 Convexity getConvexity() const {
100 return static_cast<Convexity>(fConvexity);
112 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
123 void setConvexity(Convexity);
992 Convexity internalGetConvexity() const;
/external/skia/include/core/
H A DSkPath.h88 enum Convexity { enum in class:SkPath
98 Convexity getConvexity() const {
100 return static_cast<Convexity>(fConvexity);
112 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
123 void setConvexity(Convexity);
992 Convexity internalGetConvexity() const;
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp604 void SkPath::setConvexity(Convexity c) {
2224 SkPath::Convexity getConvexity() const { return fConvexity; }
2299 SkPath::Convexity fConvexity;
2304 SkPath::Convexity SkPath::internalGetConvexity() const {
2351 return static_cast<Convexity>(fConvexity);
/external/skia/src/core/
H A DSkPath.cpp604 void SkPath::setConvexity(Convexity c) {
2224 SkPath::Convexity getConvexity() const { return fConvexity; }
2299 SkPath::Convexity fConvexity;
2304 SkPath::Convexity SkPath::internalGetConvexity() const {
2351 return static_cast<Convexity>(fConvexity);
/external/skia/tests/
H A DPathTest.cpp1014 SkPath::Convexity expected) {
1016 SkPath::Convexity c = copy.getConvexity();
1171 SkPath::Convexity fExpectedConvexity;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1796 SkPath::Convexity convexity = SkPath::kConvex_Convexity;

Completed in 825 milliseconds