| 52 | //------------------------------------------------------------------------ |
| 53 | template<class VertexSource, class VPGen> |
| 54 | void conv_adaptor_vpgen<VertexSource, VPGen>::rewind(unsigned path_id) |
| 55 | { |
| 56 | m_source->rewind(path_id); |
| 57 | m_vpgen.reset(); |
| 58 | m_start_x = 0; |
| 59 | m_start_y = 0; |
| 60 | m_poly_flags = 0; |
| 61 | m_vertices = 0; |
| 62 | } |
| 63 | |
| 64 | |
| 65 | //------------------------------------------------------------------------ |