Searched refs:removeAllBut (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.h | 334 void removeAllBut(const SkTSpan* keep, SkTSpan* span,
|
D | SkPathOpsTSect.cpp | 1342 void SkTSect::removeAllBut(const SkTSpan* keep, in removeAllBut() function in SkTSect 1499 opp->removeAllBut(span, test, this); in trim() 1503 this->removeAllBut(test, span, opp); in trim()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsTSect.h | 335 void removeAllBut(const SkTSpan* keep, SkTSpan* span,
|
D | SkPathOpsTSect.cpp | 1341 void SkTSect::removeAllBut(const SkTSpan* keep, in removeAllBut() function in SkTSect 1498 opp->removeAllBut(span, test, this); in trim() 1502 this->removeAllBut(test, span, opp); in trim()
|