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

  /external/skia/gm/
strokefill.cpp 77 SkASSERT(!path2.cheapComputeDirection(NULL));
  /external/skia/include/core/
SkPath.h 462 bool cheapComputeDirection(Direction* dir) const;
471 return this->cheapComputeDirection(&computedDir) && computedDir == dir;
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 257 path.cheapComputeDirection(&dir);
  /external/skia/tests/
PathTest.cpp 36 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
52 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
    [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 1877 milliseconds