Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h683 bool deleteSpan = false; in removeAllBounded() local
687 deleteSpan |= opp->removeBounded(this); in removeAllBounded()
690 return deleteSpan; in removeAllBounded()
1784 bool deleteSpan = false; in updateBounded() local
1786 deleteSpan |= test->removeAllBounded(); in updateBounded()
1791 return deleteSpan; in updateBounded()