| 76 | } |
| 77 | |
| 78 | void Scanline::setIntersections(const std::vector<Intersection> &intersections) { |
| 79 | this->intersections = intersections; |
| 80 | preprocess(); |
| 81 | } |
| 82 | |
| 83 | #ifdef MSDFGEN_USE_CPP11 |
| 84 | void Scanline::setIntersections(std::vector<Intersection> &&intersections) { |
no outgoing calls
no test coverage detected