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

  /external/skia/gm/
strokefill.cpp 74 SkASSERT(path2.cheapIsDirection(SkPath::kCCW_Direction));
79 SkASSERT(path2.cheapIsDirection(SkPath::kCW_Direction));
  /external/skia/tests/
PathTest.cpp 19 * cheapIsDirection can take a shortcut when a path is marked convex.
20 * This function ensures that we always test cheapIsDirection when the path
27 REPORTER_ASSERT(reporter, path->cheapIsDirection(expectedDir));
30 REPORTER_ASSERT(reporter, path->cheapIsDirection(expectedDir));
37 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction));
38 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCCW_Direction));
400 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kCCW_Direction));
404 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kCW_Direction));
    [all...]
  /external/skia/include/core/
SkPath.h 469 bool cheapIsDirection(Direction dir) const {
  /external/skia/src/core/
SkStroke.cpp 622 if (src.cheapIsDirection(SkPath::kCCW_Direction)) {

Completed in 5949 milliseconds