Lines Matching defs:remove
298 // remove from linked list
309 // remove any invalid inset edges by detecting right-hand turns. In a ccw polygon,
860 bool remove(const SkPoint& p0, const SkPoint& p1, uint16_t index0, uint16_t index1) {
929 // replace and remove if found
1115 // both to the left -- remove both
1117 if (!sweepLine.remove(polygon[v.fPrevIndex], v.fPosition, v.fPrevIndex, v.fIndex)) {
1120 if (!sweepLine.remove(polygon[v.fNextIndex], v.fPosition, v.fNextIndex, v.fIndex)) {
1531 void remove(TriangulationVertex* v) {
1533 fGrid[index].remove(v);
1595 reflexHash->remove(p);
1722 convexList.remove(earVertex);