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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h157 @field saveRect The region that is saved underneath the cursor in software cursor mode.
184 IOGBounds saveRect; member in struct:StdFBShmem_t
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c157 printf("[%d] cursorShow %d, hw %d, frame %d, loc (%d, %d), hs (%d, %d), cursorRect (%d, %d), (%d, %d), saveRect (%d, %d), (%d, %d)\n",
164 shmem[index]->saveRect.minx, shmem[index]->saveRect.miny,
165 shmem[index]->saveRect.maxx, shmem[index]->saveRect.maxy);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp873 IOGBounds saveRect; local
881 saveRect = shmem->cursorRect;
882 /* Clip saveRect vertical within screen bounds */
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
[all...]

Completed in 75 milliseconds