Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.h282 SkTSpan* addSplitAt(SkTSpan* span, double t) { in addSplitAt() function
DSkPathOpsTSect.cpp850 first = this->addSplitAt(prev, coinStart); in extractCoincident()
854 SkTSpan* oppHalf = sect2->addSplitAt(oppFirst, oppStartT); in extractCoincident()
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.h283 SkTSpan* addSplitAt(SkTSpan* span, double t) { in addSplitAt() function
DSkPathOpsTSect.cpp849 first = this->addSplitAt(prev, coinStart); in extractCoincident()
853 SkTSpan* oppHalf = sect2->addSplitAt(oppFirst, oppStartT); in extractCoincident()