Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp12 removeOne(1); in cleanUpParallelLines()
21 removeOne(0); in cleanUpParallelLines()
23 removeOne(endMatch); in cleanUpParallelLines()
DSkDQuadLineIntersection.cpp126 fIntersections->removeOne(index); in checkCoincident()
129 fIntersections->removeOne(index + 1); in checkCoincident()
DSkDConicLineIntersection.cpp48 fIntersections->removeOne(index); in checkCoincident()
51 fIntersections->removeOne(index + 1); in checkCoincident()
DSkDCubicLineIntersection.cpp107 fIntersections->removeOne(index); in checkCoincident()
110 fIntersections->removeOne(index + 1); in checkCoincident()
DSkIntersections.cpp147 void SkIntersections::removeOne(int index) { in removeOne() function in SkIntersections
DSkIntersections.h265 void removeOne(int index);
DSkPathOpsTSect.h2232 intersections->removeOne(index); in BinarySearch()
2235 intersections->removeOne(index + 1); in BinarySearch()