Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp354 bool deleteSpan = false; in removeAllBounded() local
358 deleteSpan |= opp->removeBounded(this); in removeAllBounded()
361 return deleteSpan; in removeAllBounded()
1545 bool deleteSpan = false; in updateBounded() local
1547 deleteSpan |= test->removeAllBounded(); in updateBounded()
1552 return deleteSpan; in updateBounded()