Searched refs:removeOne (Results 1 – 7 of 7) sorted by relevance
12 removeOne(1); in cleanUpParallelLines()19 removeOne(endMatch); in cleanUpParallelLines()
126 fIntersections->removeOne(index); in checkCoincident()129 fIntersections->removeOne(index + 1); in checkCoincident()
48 fIntersections->removeOne(index); in checkCoincident()51 fIntersections->removeOne(index + 1); in checkCoincident()
107 fIntersections->removeOne(index); in checkCoincident()110 fIntersections->removeOne(index + 1); in checkCoincident()
146 void SkIntersections::removeOne(int index) { in removeOne() function in SkIntersections
261 void removeOne(int index);
2084 intersections->removeOne(index); in BinarySearch()2087 intersections->removeOne(index + 1); in BinarySearch()