Lines Matching refs:mapper
122 bg::svg_mapper<P> mapper(os, 500, 500); in test_all() local
123 mapper.add(pt); in test_all()
124 mapper.add(b); in test_all()
125 mapper.add(s); in test_all()
126 mapper.add(ls); in test_all()
127 mapper.add(r); in test_all()
128 mapper.add(po); in test_all()
129 mapper.add(m_pt); in test_all()
130 mapper.add(m_ls); in test_all()
131 mapper.add(m_po); in test_all()
132 mapper.add(var); in test_all()
134 mapper.map(pt, style); in test_all()
135 mapper.map(b, style); in test_all()
136 mapper.map(s, style); in test_all()
137 mapper.map(ls, style); in test_all()
138 mapper.map(r, style); in test_all()
139 mapper.map(po, style); in test_all()
140 mapper.map(m_pt, m_style); in test_all()
141 mapper.map(m_ls, m_style); in test_all()
142 mapper.map(m_po, m_style); in test_all()
143 mapper.map(var, m_style); in test_all()