Home
last modified time | relevance | path

Searched refs:actualWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp1133 int actualWidth = (windowRatio > movieRatio) ? (windowHeight * movieRatio) : windowWidth; in enterFullscreen() local
1135 int offsetX = (windowWidth - actualWidth) / 2; in enterFullscreen()
1139 rect.right = offsetX + actualWidth; in enterFullscreen()
/external/sqlite/dist/
Dshell.c1271 int actualWidth[100]; /* Actual width of each column */ member
1550 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
1551 p->actualWidth[i] = w; in shell_callback()
1560 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
1561 w = p->actualWidth[i]; in shell_callback()
1574 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
1575 w = p->actualWidth[i]; in shell_callback()
/external/quake/quake/src/WinQuake/
Dgl_vidlinuxglx.cpp741 int actualWidth, actualHeight; in VID_Init() local
832 actualWidth = vidmodes[best_fit]->hdisplay; in VID_Init()