HomeSort by relevance Sort by last modified time
    Searched refs:getConvexity (Results 1 - 12 of 12) 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/utils/debugger/
SkObjectParser.cpp 126 mPath->append(gConvexityStrings[path.getConvexity()]);
  /external/skia/src/utils/debugger/
SkObjectParser.cpp 126 mPath->append(gConvexityStrings[path.getConvexity()]);
  /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...]
  /frameworks/base/libs/hwui/
PathCache.cpp 84 return paint->getPathEffect() == NULL && path->getConvexity() == SkPath::kConvex_Convexity;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.cpp 665 pathItem->setString("convexity", convexityName(path.getConvexity()));
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 892 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity());
    [all...]
  /external/skia/tests/
PathTest.cpp 892 REPORTER_ASSERT(reporter, SkPath::kConvex_Convexity == path.getConvexity());
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp     [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]

Completed in 1147 milliseconds