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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h90 kConvex_Convexity, enumerator in enum:SkPath::Convexity
130 return kConvex_Convexity == this->getConvexity();
141 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
/external/skia/include/core/
H A DSkPath.h90 kConvex_Convexity, enumerator in enum:SkPath::Convexity
130 return kConvex_Convexity == this->getConvexity();
141 this->setConvexity(isConvex ? kConvex_Convexity : kConcave_Convexity);
/external/skia/tests/
H A DPathTest.cpp852 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity());
1024 check_convexity(reporter, pt, SkPath::kConvex_Convexity);
1031 check_convexity(reporter, line, SkPath::kConvex_Convexity);
1039 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity);
1047 check_convexity(reporter, triRight, SkPath::kConvex_Convexity);
1056 check_convexity(reporter, square, SkPath::kConvex_Convexity);
1073 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity);
1153 check_convexity(reporter, path, SkPath::kConvex_Convexity);
1155 check_convexity(reporter, path, SkPath::kConvex_Convexity);
1161 check_convexity(reporter, path, SkPath::kConvex_Convexity);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp79 fPath->setConvexity(fDegenerate ? SkPath::kConvex_Convexity
233 if (kConvex_Convexity != this->getConvexity()) {
2210 , fConvexity(SkPath::kConvex_Convexity)
2348 if (kConvex_Convexity == fConvexity && kUnknown_Direction == fDirection) {
2530 if (kConvex_Convexity == this->getConvexityOrUnknown()) {
/external/skia/src/core/
H A DSkPath.cpp79 fPath->setConvexity(fDegenerate ? SkPath::kConvex_Convexity
233 if (kConvex_Convexity != this->getConvexity()) {
2210 , fConvexity(SkPath::kConvex_Convexity)
2348 if (kConvex_Convexity == fConvexity && kUnknown_Direction == fDirection) {
2530 if (kConvex_Convexity == this->getConvexityOrUnknown()) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1796 SkPath::Convexity convexity = SkPath::kConvex_Convexity;

Completed in 282 milliseconds