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

Lines Matching refs:miny

1711         if ( boundsPtr->miny < workSpace.miny )
1712 workSpace.miny = boundsPtr->miny;
1740 screen_ptr->displayBounds->minx = screen_ptr->desktopBounds->minx = screen_ptr->displayBounds->miny = screen_ptr->desktopBounds->miny = -30001;
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);
1918 * system the minx and miny values may very well be negative.
2849 p->y = (p->y < cursorPin.miny) ?
2850 cursorPin.miny : ((p->y > cursorPin.maxy) ?
2960 && (p->y >= screen[i].desktopBounds->miny)
3184 int boundsHeight = bounds->maxy - bounds->miny;
3186 int cursorPinHeight = cursorPin.maxy - cursorPin.miny;
3195 bounds->miny - cursorPin.miny);
3203 location -= scratch.fromIntFloor(bounds->minx, bounds->miny);
3205 location += scratch.fromIntFloor(cursorPin.minx, cursorPin.miny);
5359 // (screen[leftScreen].desktopBounds->miny != screen[i].desktopBounds->miny) ||
5398 if (_continuousCursor && (screen[i].desktopBounds->maxy - screen[i].desktopBounds->miny) < 128)
5412 screen[i].desktopBounds->miny + kHackUpperNoWrap < pinnedLoc.yValue().as64() &&
5424 targetY.fromIntFloor(screen[rightScreen].desktopBounds->maxy - screen[rightScreen].desktopBounds->miny);
5431 targetY.fromIntFloor(screen[leftScreen].desktopBounds->maxy - screen[leftScreen].desktopBounds->miny);
5443 closestYFraction.fromIntFloor(pinnedLoc.yValue().as64() - screen[i].desktopBounds->miny);
5444 closestYFraction /= (screen[i].desktopBounds->maxy - screen[i].desktopBounds->miny);
6015 event->location.y = (event->location.y < cursorPin.miny) ?
6016 cursorPin.miny : ((event->location.y > cursorPin.maxy) ?
6571 IfNotNullAddNumToDictWithKey(esp.displayBounds, esp.displayBounds->miny, thisDisplay, "disp_min_y");
6575 IfNotNullAddNumToDictWithKey(esp.desktopBounds, esp.desktopBounds->miny, thisDisplay, "desk_min_y");
6586 IfNotNullAddNumToDictWithKey(workSpaceDict, self->workSpace.miny, workSpaceDict, "miny");
6596 IfNotNullAddNumToDictWithKey(cursorPinDict, self->cursorPin.miny, cursorPinDict, "miny");