Searched refs:actualHeight (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieGWorld.cpp412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; local
414 int offsetY = (windowHeight - actualHeight) / 2;
419 rect.bottom = offsetY + actualHeight;

Completed in 115 milliseconds