Searched refs:IOGBounds (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h184 IOGBounds saveRect;
185 IOGBounds shieldRect;
187 IOGBounds cursorRect;
188 IOGBounds oldCursorRect;
189 IOGBounds screenBounds;
H A DIOGraphicsDevice.h43 virtual void getBoundingRect ( IOGBounds ** bounds ) = 0;
H A DIOGraphicsTypes.h885 struct IOGBounds { struct
891 typedef struct IOGBounds IOGBounds; typedef in typeref:struct:IOGBounds
902 typedef IOGBounds Bounds;
H A DIOFramebuffer.h354 virtual void getBoundingRect ( IOGBounds ** bounds );
H A DIOFramebufferPrivate.h29 IOReturn setBoundingRect( IOGBounds * bounds );
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOHIDLibSPI.h48 IOHIDSetVirtualDisplayBounds( io_connect_t handle, UInt32 display_token, const IOGBounds * bounds );
H A DIOHIDLib.h78 IOHIDSetCursorBounds( io_connect_t connect, const IOGBounds * bounds );
141 IOHIDSetVirtualDisplayBounds( io_connect_t handle, UInt32 display_token, const IOGBounds * bounds );
H A DIOHIDLib.c170 IOHIDSetCursorBounds( io_connect_t connect, const IOGBounds * bounds )
287 IOHIDSetVirtualDisplayBounds( io_connect_t handle, UInt32 display_token, const IOGBounds * bounds )
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.h57 void updateScreenLocation(IOGBounds *desktop,
58 IOGBounds *screen);
H A DIOFixedPoint64.h97 bool inRect(volatile IOGBounds &rect) {
101 void clipToRect(volatile IOGBounds &rect) {
H A DIOHIDSystemCursorHelper.cpp52 void IOHIDSystemCursorHelper::updateScreenLocation(IOGBounds *desktop,
53 IOGBounds *screen)
H A DIOHIDUserClient.cpp103 IOGBounds * bounds;
159 kIOUCStructIStructO, sizeof( IOGBounds), 0 },
H A DIOHIDSystem.cpp1235 IOGBounds bounds = {0, 0, 0, 0};
1570 IOGBounds * boundsPtr,
1571 IOGBounds * virtualBoundsPtr)
1626 IOGBounds *bounds,
1627 IOGBounds *virtualBounds,
1646 IOGBounds *boundsPtr,
1647 IOGBounds *virtualBoundsPtr,
1735 screen_ptr->displayBounds = (IOGBounds*)screen_ptr->scratch;
1855 IOGBounds tempBounds = { (uintptr_t) minx, (uintptr_t) maxx, (uintptr_t) miny, (uintptr_t) maxy };
1871 IOGBounds *tempBound
[all...]
H A DIOHIPointing.cpp1009 IOGBounds * bounds,
2223 /* withBounds */ IOGBounds *bounds,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A Dev_private.h118 IOGBounds *displayBounds; /* Screen's bounds in the coordinate system of the display space */
119 IOGBounds *desktopBounds; /* Screen's bounds in the coordinate system of the desktop space */
126 IOGBounds scratch[2];
H A DIOHIDSystem.h133 IOGBounds cursorPin; // Range to which cursor is pinned
135 IOGBounds workSpace; // IOGBounds of full workspace.
327 static void scaleLocationToCurrentScreen(IOGPoint *location, IOGBounds *bounds);
395 /* withBounds */ IOGBounds *bounds,
451 void _scaleLocationToCurrentScreen(IOFixedPoint64 &location, IOGBounds *bounds);
465 /* withBounds */ IOGBounds *bounds,
545 IOReturn extSetBounds( IOGBounds * bounds );
568 /* bounds */ IOGBounds * bp,
569 /* virtual bounds */ IOGBounds * vb
[all...]
H A DIOHIDShared.h128 IOGBounds workBounds; /* bounding box of all screens */
129 IOGBounds mouseRect; /* Rect for mouse-exited events */
H A DIOHIPointing.h46 /* withBounds */ IOGBounds *bounds,
73 /* withBounds */ IOGBounds *bounds,
158 IOGBounds * bounds,
241 /* withBounds */ IOGBounds *bounds,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.h66 IOGBounds * bounds,
H A DIOHIDEventService.h312 IOGBounds * bounds,
333 IOGBounds * bounds,
H A DIOHIDPointing.cpp111 IOGBounds * bounds,
H A DIOHIDEventService.cpp1687 IOGBounds * bounds,
1790 IOGBounds * bounds __unused,
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h93 @param rect An IOGBounds structure specifying a rectangular region of the framebuffer.
98 IOGBounds * rect );
110 * @param screenBounds An <code>IOGBounds</code> structure specifying
113 * @param desktopBounds An <code>IOGBounds</code> structure specifying
131 IOGBounds * screenBounds,
132 IOGBounds * desktopBounds );
H A DIOGraphicsLib.c473 IOGBounds * rect )
475 IOGBounds rects[2];
484 IOGBounds * screenBounds,
485 IOGBounds * desktopBounds )
487 IOGBounds rects[2];
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp308 IOGBounds screenBounds[2]; // phys & virtual bounds
873 IOGBounds saveRect;
1029 IOGBounds tempRect;
2246 IOReturn IOFramebuffer::setBoundingRect( IOGBounds * bounds )
2436 IOGBounds * bounds = (IOGBounds *) args->structureInput;
2444 if (inSize < sizeof(IOGBounds))
2446 if (inSize >= (2 * sizeof(IOGBounds)))
3307 void IOFramebuffer::getBoundingRect( IOGBounds ** bounds )

Completed in 307 milliseconds