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

/external/skia/src/core/
H A DSkPath.cpp384 bool SkPath::isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, function in class:SkPath
514 if (!this->isRectContour(false, &currVerb, &pts, isClosed, direction)) {
535 if (!isRectContour(true, &currVerb, &pts, NULL, &testDirs[0])) {
541 if (isRectContour(false, &currVerb, &pts, &isClosed, &testDirs[1])) {

Completed in 89 milliseconds