Searched refs:targetRatioSqrt (Results 1 – 2 of 2) sorted by relevance
878 const float targetRatioSqrt = deFloatSqrt(targetRatio); in adjustAndLogGridAndViewport() local879 m_gridSizeX = (int)(targetRatioSqrt * (float)m_gridSizeX); in adjustAndLogGridAndViewport()880 m_gridSizeY = (int)(targetRatioSqrt * (float)m_gridSizeY); in adjustAndLogGridAndViewport()886 const float targetRatioSqrt = deFloatSqrt(targetRatio); in adjustAndLogGridAndViewport() local887 m_viewportWidth = (int)(targetRatioSqrt * (float)m_viewportWidth); in adjustAndLogGridAndViewport()888 m_viewportHeight = (int)(targetRatioSqrt * (float)m_viewportHeight); in adjustAndLogGridAndViewport()