Definition at line 159 of file raster_sparse.h.
159 {
161 auto pt = it.first;
162 if (!
xymap.has(pt.x, pt.y)) {
163 continue;
164 }
165 u32 index =
xymap(pt.x, pt.y);
166 u8 value = it.second;
167 if (value > 0) {
168 visitor.draw(pt, index, value);
169 }
170 }
171 }
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
References mSparseGrid, and xymap.