ScreenToClientScaledHeight ???
| 141 | |
| 142 | // ScreenToClientScaledHeight ??? |
| 143 | void ui_core::ClientToScreenScaledHeight(float& src_and_dest) |
| 144 | { |
| 145 | if (m_currentPointType != IUIRender::pttLIT) |
| 146 | src_and_dest /= m_current_scale->y; |
| 147 | } |
| 148 | |
| 149 | void ui_core::AlignPixel(float& src_and_dest) |
| 150 | { |
no outgoing calls
no test coverage detected