HomeSort by relevance Sort by last modified time
    Searched refs:ComputeConvexity (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkPath.h 102 * call ComputeConvexity() and then return that (cached) value.
106 fConvexity = (uint8_t)ComputeConvexity(*this);
114 * ComputeConvexity and cache its return value if the current setting is
122 * ComputeConvexity().
142 static Convexity ComputeConvexity(const SkPath&);
  /external/skia/tests/
PathTest.cpp 261 SkPath::Convexity c = SkPath::ComputeConvexity(path);
392 REPORTER_ASSERT(reporter, V == SkPath::ComputeConvexity(path));
394 REPORTER_ASSERT(reporter, V == SkPath::ComputeConvexity(path));
396 REPORTER_ASSERT(reporter, C == SkPath::ComputeConvexity(path));
399 REPORTER_ASSERT(reporter, V == SkPath::ComputeConvexity(path));
403 REPORTER_ASSERT(reporter, V == SkPath::ComputeConvexity(path));
423 SkPath::Convexity c = SkPath::ComputeConvexity(path);
    [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 56 milliseconds