| 44 | } // namespace xypath_detail |
| 45 | |
| 46 | vec2f XYPath::at(float alpha, const TransformFloat &tx) { |
| 47 | // return compute_float(alpha, tx); |
| 48 | return mPathRenderer->at(alpha, tx); |
| 49 | } |
| 50 | |
| 51 | void XYPath::setDrawBounds(u16 width, u16 height) { |
| 52 | mPathRenderer->setDrawBounds(width, height); |
no outgoing calls
no test coverage detected