| 344 | namespace |
| 345 | { |
| 346 | float ToScreenPosX(float x, IDrawableModule* parent) |
| 347 | { |
| 348 | return (x + parent->GetOwningContainer()->GetDrawOffset().x) * parent->GetOwningContainer()->GetDrawScale(); |
| 349 | } |
| 350 | |
| 351 | float ToScreenPosY(float y, IDrawableModule* parent) |
| 352 | { |
nothing calls this directly
no test coverage detected