| 69 | void xg::shape::Element::Transform(const std::vector<TransformAction> &actions) { MatrixUtil::Transform(&matrix_, actions); } |
| 70 | |
| 71 | void xg::shape::Element::Alpha(float alpha) { fillOpacity_ = alpha; } |
| 72 | |
| 73 | #pragma mark private |
| 74 | void xg::shape::Element::InitTransform() { |
nothing calls this directly
no outgoing calls
no test coverage detected