Searched defs:isRectContour (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp392 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, function in class:SkPath
519 bool result = isRectContour(false, &currVerb, &pts, NULL, NULL);
530 return isRectContour(false, &currVerb, &pts, isClosed, direction);
539 if (!isRectContour(true, &currVerb, &pts, NULL, &testDirs[0])) {
544 if (isRectContour(false, &currVerb, &pts, NULL, &testDirs[1])) {
/external/skia/src/core/
H A DSkPath.cpp392 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, function in class:SkPath
519 bool result = isRectContour(false, &currVerb, &pts, NULL, NULL);
530 return isRectContour(false, &currVerb, &pts, isClosed, direction);
539 if (!isRectContour(true, &currVerb, &pts, NULL, &testDirs[0])) {
544 if (isRectContour(false, &currVerb, &pts, NULL, &testDirs[1])) {

Completed in 137 milliseconds