Searched refs:multipleStarts (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h467 bool multipleStarts() const { return fTs[1].fT == 0; } function in class:SkOpSegment
H A DSkOpSegment.cpp1461 addEnd = fTs[endIndex].fOtherT != 0 || fTs[endIndex].fOther->multipleStarts();
/external/skia/src/pathops/
H A DSkOpSegment.h467 bool multipleStarts() const { return fTs[1].fT == 0; } function in class:SkOpSegment
H A DSkOpSegment.cpp1461 addEnd = fTs[endIndex].fOtherT != 0 || fTs[endIndex].fOther->multipleStarts();

Completed in 53 milliseconds