Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h332 bool removeCoincident(SkTSpan* span, bool isBetween);
H A DSkPathOpsTSect.cpp698 this->removeCoincident(first, false); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
923 if (!this->removeCoincident(first, false)) { in extractCoincident()
926 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1385 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h332 bool removeCoincident(SkTSpan* span, bool isBetween);
H A DSkPathOpsTSect.cpp698 this->removeCoincident(first, false); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
923 if (!this->removeCoincident(first, false)) { in extractCoincident()
926 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1385 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h334 bool removeCoincident(SkTSpan* span, bool isBetween);
H A DSkPathOpsTSect.cpp698 this->removeCoincident(first, false); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
923 if (!this->removeCoincident(first, false)) { in extractCoincident()
926 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1385 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h332 bool removeCoincident(SkTSpan* span, bool isBetween);
H A DSkPathOpsTSect.cpp698 this->removeCoincident(first, false); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
923 if (!this->removeCoincident(first, false)) { in extractCoincident()
926 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1385 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h332 bool removeCoincident(SkTSpan* span, bool isBetween);
H A DSkPathOpsTSect.cpp698 this->removeCoincident(first, false); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
923 if (!this->removeCoincident(first, false)) { in extractCoincident()
926 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1385 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h333 bool removeCoincident(SkTSpan* span, bool isBetween);
H A DSkPathOpsTSect.cpp699 this->removeCoincident(first, false); in coincidentForce()
700 sect2->removeCoincident(oppFirst, true); in coincidentForce()
924 if (!this->removeCoincident(first, false)) { in extractCoincident()
927 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1386 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h312 bool removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween);
1051 this->removeCoincident(first, false); in coincidentForce()
1052 sect2->removeCoincident(oppFirst, true); in coincidentForce()
1276 if (!this->removeCoincident(first, false)) { in extractCoincident()
1279 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1744 bool SkTSect<TCurve, OppCurve>::removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween) { in removeCoincident() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsTSect.h312 void removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween);
1042 this->removeCoincident(first, false); in coincidentForce()
1043 sect2->removeCoincident(oppFirst, true); in coincidentForce()
1262 this->removeCoincident(first, false); in extractCoincident()
1263 sect2->removeCoincident(oppFirst, true); in extractCoincident()
1720 void SkTSect<TCurve, OppCurve>::removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween) { in removeCoincident() function