| 200 | } |
| 201 | |
| 202 | m2::PointF GetOffset(int offsetX, int offsetY) |
| 203 | { |
| 204 | double const vs = VisualParams::Instance().GetVisualScale(); |
| 205 | return {static_cast<float>(offsetX * vs), static_cast<float>(offsetY * vs)}; |
| 206 | } |
| 207 | |
| 208 | bool IsSymbolRoadShield(ftypes::RoadShield const & shield) |
| 209 | { |
no test coverage detected