Home
last modified time | relevance | path

Searched refs:movieRatio (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp1129 float movieRatio = static_cast<float>(m_private->m_width) / m_private->m_height; in enterFullscreen() local
1133 int actualWidth = (windowRatio > movieRatio) ? (windowHeight * movieRatio) : windowWidth; in enterFullscreen()
1134 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; in enterFullscreen()