Searched refs:screenHeight (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c49 static short fontHeight, fontWidth, screenHeight, screenWidth; variable
108 screenHeight = (theWindow->portRect.bottom - theWindow->portRect.top) /
110 maxPosition = screenHeight * fontHeight;
124 n = (sizeof(char *) + sizeof(short) + screenWidth) * screenHeight;
128 screenLength = (short *)&screenLine[screenHeight];
129 screenImage = (char *)&screenLength[screenHeight];
131 for (n = 0; n < screenHeight; n++) {
203 if ((n += 1) == screenHeight) n = 0;
222 if ((startLine += 1) == screenHeight) startLine = 0;
231 if ((endLine += 1) == screenHeight) endLin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintmac.cpp595 int screenWidth , screenHeight ; local
596 wxDisplaySize( &screenWidth , &screenHeight ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintmac.cpp741 int screenWidth , screenHeight ; local
742 wxDisplaySize( &screenWidth , &screenHeight ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp1840 int screenHeight; local
1847 screenHeight = wxSystemSettings::GetMetric( wxSYS_SCREEN_Y );
1851 spaceBelow = screenHeight - spaceAbove - ctrlSz.y;

Completed in 114 milliseconds