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

/external/skia/src/pathops/
H A DSkDLineIntersection.cpp12 removeOne(1);
21 removeOne(0);
23 removeOne(endMatch);
H A DSkDConicLineIntersection.cpp49 fIntersections->removeOne(index);
52 fIntersections->removeOne(index + 1);
H A DSkDCubicLineIntersection.cpp108 fIntersections->removeOne(index);
111 fIntersections->removeOne(index + 1);
H A DSkDQuadLineIntersection.cpp127 fIntersections->removeOne(index);
130 fIntersections->removeOne(index + 1);
H A DSkIntersections.cpp151 void SkIntersections::removeOne(int index) { function in class:SkIntersections
H A DSkIntersections.h274 void removeOne(int index);
H A DSkPathOpsTSect.h2407 intersections->removeOne(index);
2410 intersections->removeOne(index + 1);

Completed in 90 milliseconds