Searched refs:screenBounds (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DShowInitIcon.c45 static void ComputeIconRect (Rect* iconRect, Rect* screenBounds);
101 static void ComputeIconRect (Rect* iconRect, Rect* screenBounds) argument
106 LMVCoord = (short)(screenBounds->bottom - 40);
108 if (LMHCoord + 34 > screenBounds->right) { // Check whether we must wrap
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c81 printf("screenBounds (%d, %d), (%d, %d)\n",
82 shmem[index]->screenBounds.minx, shmem[index]->screenBounds.miny,
83 shmem[index]->screenBounds.maxx, shmem[index]->screenBounds.maxy);
155 if ((shmem[index]->screenBounds.maxx - shmem[index]->screenBounds.minx) < 128) continue;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h162 @field screenBounds The region that the current screen occupies.
189 IOGBounds screenBounds; member in struct:StdFBShmem_t
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m207 CGRect screenBounds;
215 if (PyObjC_PythonToObjC(@encode(CGRect), py_screenBounds, &screenBounds) == -1) {
231 image = CGWindowListCreateImageFromArray(screenBounds, windowArray, imageOption);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp308 IOGBounds screenBounds[2]; // phys & virtual bounds member in struct:IOFramebufferPrivate
883 if (saveRect.miny < shmem->screenBounds.miny)
884 saveRect.miny = shmem->screenBounds.miny;
885 if (saveRect.maxy > shmem->screenBounds.maxy)
886 saveRect.maxy = shmem->screenBounds.maxy;
887 if (saveRect.minx < shmem->screenBounds.minx)
888 saveRect.minx = shmem->screenBounds.minx;
889 if (saveRect.maxx > shmem->screenBounds.maxx)
890 saveRect.maxx = shmem->screenBounds.maxx;
894 (inst->rowBytes * (saveRect.miny - shmem->screenBounds
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_coregraphics.m207 CGRect screenBounds;
215 if (PyObjC_PythonToObjC(@encode(CGRect), py_screenBounds, &screenBounds) == -1) {
231 image = CGWindowListCreateImageFromArray(screenBounds, windowArray, imageOption);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Modules/
H A D_coregraphics.m230 CGRect screenBounds;
238 if (PyObjC_PythonToObjC(@encode(CGRect), py_screenBounds, &screenBounds) == -1) {
254 image = CGWindowListCreateImageFromArray(screenBounds, windowArray, imageOption);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h110 * @param screenBounds An <code>IOGBounds</code> structure specifying
131 IOGBounds * screenBounds,
H A DIOGraphicsLib.c484 IOGBounds * screenBounds,
488 rects[0] = *screenBounds;
483 IOFBSetVirtualBounds(io_connect_t connect, IOGBounds * screenBounds, IOGBounds * desktopBounds ) argument
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c6305 NSRect screenBounds = NSMakeRect(0, 0, screenWidth, screenHeight);
6307 if (!NSEqualRects(bounds, screenBounds) && !wasFullscreen) {
6316 screenBounds] display:YES];
6215 NSRect screenBounds = NSMakeRect(0, 0, screenWidth, screenHeight); local
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.c6297 Rect bounds, screenBounds = {0, 0, screenHeight, screenWidth};
6300 if (!EqualRect(&bounds, &screenBounds)) {
6311 &screenBounds);
6210 Rect bounds, screenBounds = {0, 0, screenHeight, screenWidth}; local

Completed in 271 milliseconds