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

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

Completed in 174 milliseconds