HomeSort by relevance Sort by last modified time
    Searched defs:getConvexity (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPath.h 98 Convexity getConvexity() const {
108 * kUnknown_Convexity. Note: getConvexity() will automatically call
117 * computed by getConvexity().
130 return kConvex_Convexity == this->getConvexity();
    [all...]
  /external/skia/include/core/
SkPath.h 98 Convexity getConvexity() const {
108 * kUnknown_Convexity. Note: getConvexity() will automatically call
117 * computed by getConvexity().
130 return kConvex_Convexity == this->getConvexity();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 233 if (kConvex_Convexity != this->getConvexity()) {
    [all...]
  /external/skia/src/core/
SkPath.cpp 233 if (kConvex_Convexity != this->getConvexity()) {
    [all...]

Completed in 204 milliseconds