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

  /external/skia/gm/
strokefill.cpp 72 SkASSERT(path2.cheapIsDirection(SkPath::kCCW_Direction));
77 SkASSERT(path2.cheapIsDirection(SkPath::kCW_Direction));
103 SkASSERT(path4.cheapIsDirection(SkPath::kCCW_Direction));
112 SkASSERT(path4.cheapIsDirection(SkPath::kCW_Direction));
  /external/skia/tests/
PathTest.cpp 831 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCW_Direction));
832 REPORTER_ASSERT(reporter, !path.cheapIsDirection(SkPath::kCCW_Direction));
833 REPORTER_ASSERT(reporter, path.cheapIsDirection(SkPath::kUnknown_Direction));
    [all...]
  /external/skia/include/core/
SkPath.h 561 bool cheapIsDirection(Direction dir) const {
    [all...]
  /external/skia/src/core/
SkStroke.cpp     [all...]

Completed in 174 milliseconds