Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp1134 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; in enterFullscreen() local
1136 int offsetY = (windowHeight - actualHeight) / 2; in enterFullscreen()
1141 rect.bottom = offsetY + actualHeight; in enterFullscreen()
/external/quake/quake/src/WinQuake/
Dgl_vidlinuxglx.cpp741 int actualWidth, actualHeight; in VID_Init() local
833 actualHeight = vidmodes[best_fit]->vdisplay; in VID_Init()