Searched refs:cheapComputeDirection (Results 1 - 7 of 7) sorted by relevance

/external/skia/gm/
H A Dstrokefill.cpp76 SkASSERT(!path2.cheapComputeDirection(NULL));
/external/skia/legacy/include/core/
H A DSkPath.h462 bool cheapComputeDirection(Direction* dir) const;
471 return this->cheapComputeDirection(&computedDir) && computedDir == dir;
/external/skia/include/core/
H A DSkPath.h564 bool cheapComputeDirection(Direction* dir) const;
574 (void)this->cheapComputeDirection(&computedDir);
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp204 if (!path.cheapComputeDirection(dir)) {
/external/skia/tests/
H A DPathTest.cpp496 // (cheapComputeDirection is not expected to catch these.)
507 if (copy.cheapComputeDirection(&dir)) {
517 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
534 REPORTER_ASSERT(reporter, !path.cheapComputeDirection(NULL));
1208 REPORTER_ASSERT(reporter, path.cheapComputeDirection(&cheapDirection));
/external/skia/src/core/
H A DSkPath.cpp348 if (!this->cheapComputeDirection(&direction)) {
2608 bool SkPath::cheapComputeDirection(Direction* dir) const { function in class:SkPath
/external/skia/legacy/src/core/
H A DSkPath.cpp2031 bool SkPath::cheapComputeDirection(Direction* dir) const { function in class:SkPath

Completed in 90 milliseconds