| 56 | |
| 57 | string XYPath::name() const { return mPath->name(); } |
| 58 | Tile2x2_u8 XYPath::at_subpixel(float alpha) { |
| 59 | return mPathRenderer->at_subpixel(alpha); |
| 60 | } |
| 61 | |
| 62 | void XYPath::rasterize(float from, float to, int steps, |
| 63 | XYRasterU8Sparse &raster, |
no outgoing calls
no test coverage detected