Home
last modified time | relevance | path

Searched defs:actualHeight (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieGWorld.cpp412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; in enterFullscreen() local
/external/quake/quake/src/WinQuake/
Dgl_vidlinuxglx.cpp741 int actualWidth, actualHeight; in VID_Init() local
/external/webkit/Source/WebCore/platform/
DScrollView.cpp311 int ScrollView::actualHeight() const in actualHeight() function in WebCore::ScrollView