HomeSort by relevance Sort by last modified time
    Searched full:movieratio (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.cpp 407 float movieRatio = static_cast<float>(m_private->m_width) / m_private->m_height;
411 int actualWidth = (windowRatio > movieRatio) ? (windowHeight * movieRatio) : windowWidth;
412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight;

Completed in 383 milliseconds