• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/

Lines Matching refs:maxx

1713         if ( boundsPtr->maxx < workSpace.maxx )
1714 workSpace.maxx = boundsPtr->maxx;
1741 screen_ptr->displayBounds->maxx = screen_ptr->desktopBounds->maxx = screen_ptr->displayBounds->maxy = screen_ptr->desktopBounds->maxy = -30000;
1848 IOHIDSystem::extSetVirtualDisplayBounds(void* token_ptr,void* minx,void* maxx,void* miny,void* maxy,void*)
1855 IOGBounds tempBounds = { (uintptr_t) minx, (uintptr_t) maxx, (uintptr_t) miny, (uintptr_t) maxy };
1881 log_screen_reg("%s ((%d,%d),(%d,%d))\n", __func__, tempBounds->minx, tempBounds->miny, tempBounds->maxx, tempBounds->maxy);
2819 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
2835 cursorPin.maxx--; /* Make half-open rectangle */
2847 cursorPin.minx : ((p->x > cursorPin.maxx) ?
2848 cursorPin.maxx : p->x);
2857 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
2959 && (p->x < screen[i].desktopBounds->maxx)
3183 int boundsWidth = bounds->maxx - bounds->minx;
3185 int cursorPinWidth = cursorPin.maxx - cursorPin.minx;
5346 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5358 // (screen[leftScreen].desktopBounds->maxx != screen[i].desktopBounds->maxx) ||
5364 if (screen[i].desktopBounds->maxx <= screen[leftScreen].desktopBounds->minx) { // non-overlaps torroid
5367 // if (screen[rightScreen].desktopBounds->maxx < screen[i].desktopBounds->maxx ) // overlaps can torroid
5368 if (screen[rightScreen].desktopBounds->maxx <= screen[i].desktopBounds->minx ) // non-overlaps torroid
5396 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5423 targetX.fromIntFloor(screen[rightScreen].desktopBounds->maxx);
5428 else if (screen[rightScreen].desktopBounds->maxx < aimLoc.xValue().as64()) {
5464 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
5864 if( bounds->minx != bounds->maxx) {
6000 if ((screen[i].desktopBounds->maxx - screen[i].desktopBounds->minx) < 128)
6013 cursorPin.minx : ((event->location.x > cursorPin.maxx) ?
6014 cursorPin.maxx : event->location.x);
6570 IfNotNullAddNumToDictWithKey(esp.displayBounds, esp.displayBounds->maxx, thisDisplay, "disp_max_x");
6574 IfNotNullAddNumToDictWithKey(esp.desktopBounds, esp.desktopBounds->maxx, thisDisplay, "desk_max_x");
6587 IfNotNullAddNumToDictWithKey(workSpaceDict, self->workSpace.maxx, workSpaceDict, "maxx");
6597 IfNotNullAddNumToDictWithKey(cursorPinDict, self->cursorPin.maxx, cursorPinDict, "maxx");