| 56 | } |
| 57 | |
| 58 | bool CheckMaxScale(ScreenBase const & screen) |
| 59 | { |
| 60 | VisualParams const & p = VisualParams::Instance(); |
| 61 | return CheckMaxScale(screen, p.GetTileSize(), p.GetVisualScale()); |
| 62 | } |
| 63 | |
| 64 | bool CheckMaxScale(ScreenBase const & screen, uint32_t tileSize, double visualScale) |
| 65 | { |
no test coverage detected