Home
last modified time | relevance | path

Searched refs:removeBounded (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp358 deleteSpan |= opp->removeBounded(this); in removeAllBounded()
364 bool SkTSpan::removeBounded(const SkTSpan* opp) { in removeBounded() function in SkTSpan
1350 SkAssertResult(SkDEBUGCODE(!) span->removeBounded(bounded)); in removeAllBut()
1351 if (bounded->removeBounded(span)) { in removeAllBut()
1444 if (span->removeBounded(spanBounded)) { // shuffles last into position 0 in removeSpans()
1447 if (spanBounded->removeBounded(span)) { in removeSpans()
1507 if (span->removeBounded(test)) { in trim()
1510 if (test->removeBounded(span)) { in trim()
DSkPathOpsTSect.h184 bool removeBounded(const SkTSpan* opp);