Searched refs:actualWidth (Results 1 – 3 of 3) sorted by relevance
1133 int actualWidth = (windowRatio > movieRatio) ? (windowHeight * movieRatio) : windowWidth; in enterFullscreen() local1135 int offsetX = (windowWidth - actualWidth) / 2; in enterFullscreen()1139 rect.right = offsetX + actualWidth; in enterFullscreen()
1271 int actualWidth[100]; /* Actual width of each column */ member1550 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()
741 int actualWidth, actualHeight; in VID_Init() local832 actualWidth = vidmodes[best_fit]->hdisplay; in VID_Init()