| 349 | } |
| 350 | |
| 351 | float ToScreenPosY(float y, IDrawableModule* parent) |
| 352 | { |
| 353 | return (y + parent->GetOwningContainer()->GetDrawOffset().y) * parent->GetOwningContainer()->GetDrawScale(); |
| 354 | } |
| 355 | |
| 356 | float FromScreenPosX(float x, IDrawableModule* parent) |
| 357 | { |
nothing calls this directly
no test coverage detected