• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/

Lines Matching refs:maxx

1707         if ( boundsPtr->maxx < workSpace.maxx )
1708 workSpace.maxx = boundsPtr->maxx;
1735 screen_ptr->displayBounds->maxx = screen_ptr->desktopBounds->maxx = screen_ptr->displayBounds->maxy = screen_ptr->desktopBounds->maxy = -30000;
1842 IOHIDSystem::extSetVirtualDisplayBounds(void* token_ptr,void* minx,void* maxx,void* miny,void* maxy,void*)
1849 IOGBounds tempBounds = { (uintptr_t) minx, (uintptr_t) maxx, (uintptr_t) miny, (uintptr_t) maxy };
1875 log_screen_reg("%s ((%d,%d),(%d,%d))\n", __func__, tempBounds->minx, tempBounds->miny, tempBounds->maxx, tempBounds->maxy);
2763 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
2779 cursorPin.maxx--; /* Make half-open rectangle */
2791 cursorPin.minx : ((p->x > cursorPin.maxx) ?
2792 cursorPin.maxx : p->x);
2801 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
2903 && (p->x < screen[i].desktopBounds->maxx)
3123 int boundsWidth = bounds->maxx - bounds->minx;
3125 int cursorPinWidth = cursorPin.maxx - cursorPin.minx;
5266 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5286 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5306 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5665 if( bounds->minx != bounds->maxx) {
5801 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5814 cursorPin.minx : ((event->location.x > cursorPin.maxx) ?
5815 cursorPin.maxx : event->location.x);
6371 IfNotNullAddNumToDictWithKey(esp.displayBounds, esp.displayBounds->maxx, thisDisplay, "disp_max_x");
6375 IfNotNullAddNumToDictWithKey(esp.desktopBounds, esp.desktopBounds->maxx, thisDisplay, "desk_max_x");
6388 IfNotNullAddNumToDictWithKey(workSpaceDict, self->workSpace.maxx, workSpaceDict, "maxx");
6398 IfNotNullAddNumToDictWithKey(cursorPinDict, self->cursorPin.maxx, cursorPinDict, "maxx");