Searched refs:screenWidth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.cpp65 int screenWidth = screen->maxx - screen->minx; local
70 if ((screenWidth <= 0) || (screenHeight <= 0) || (desktopWidth <= 0) || (desktopHeight <= 0)) {
74 if ((screenWidth == desktopWidth) && (screenHeight == desktopHeight)) {
84 x_scale.fromIntFloor(screenWidth) /= desktopWidth;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c6286 int screenWidth = WidthOfScreen(Tk_Screen(winPtr));
6293 if ((wmPtr->maxWidth > 0 && wmPtr->maxWidth < screenWidth)
6305 NSRect screenBounds = NSMakeRect(0, 0, screenWidth, screenHeight);
6196 int screenWidth = WidthOfScreen(Tk_Screen(winPtr)); local
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.c6281 int screenWidth = WidthOfScreen(Tk_Screen(winPtr));
6286 if ((wmPtr->maxWidth > 0 && wmPtr->maxWidth < screenWidth)
6297 Rect bounds, screenBounds = {0, 0, screenHeight, screenWidth};
6194 int screenWidth = WidthOfScreen(Tk_Screen(winPtr)); local

Completed in 137 milliseconds