| 55 | void XYPath::setScale(float scale) { mPathRenderer->setScale(scale); } |
| 56 | |
| 57 | string XYPath::name() const { return mPath->name(); } |
| 58 | Tile2x2_u8 XYPath::at_subpixel(float alpha) { |
| 59 | return mPathRenderer->at_subpixel(alpha); |
| 60 | } |
no outgoing calls
no test coverage detected