Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieGWorld.cpp412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; in enterFullscreen() local
414 int offsetY = (windowHeight - actualHeight) / 2; in enterFullscreen()
419 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()
/external/webkit/Source/WebCore/platform/
DScrollView.h172 int actualHeight() const;
DScrollView.cpp311 int ScrollView::actualHeight() const in actualHeight() function in WebCore::ScrollView
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp1099 return static_cast<int>(view->actualHeight() / m_frame->pageZoomFactor()); in innerHeight()