Searched refs:miny (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/groff-38/groff/src/include/
H A Dgeometry.h27 int *miny, int *maxy);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dgeometry.cpp123 int *miny, int *maxy)
138 *miny = *maxy = ys;
145 else if (ye < *miny)
146 *miny = ye;
169 *miny = -radius;
177 *miny += ycenter;
118 check_output_arc_limits(int x_1, int y_1, int xv_1, int yv_1, int xv_2, int yv_2, double c_0, double c_1, int *minx, int *maxx, int *miny, int *maxy) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOFixedPoint64.h98 return (x >= (SInt64)rect.minx) && (x < (SInt64)rect.maxx) && (y >= (SInt64)rect.miny) && (y < (SInt64)rect.maxy);
112 IOFixed64 miny; local
113 miny.fromIntFloor(rect.miny);
117 if (y < miny)
118 y = miny;
H A DIOHIDSystemCursorHelper.cpp66 int screenHeight = screen->maxy - screen->miny;
68 int desktopHeight = desktop->maxy - desktop->miny;
78 screen->miny - desktop->miny);
87 screenLocation -= scratch.fromIntFloor(desktop->minx, desktop->miny);
89 screenLocation += scratch.fromIntFloor(screen->minx, screen->miny);
H A DIOHIDSystem.cpp1711 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*) argument
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 value
[all...]
H A DIOHIPointing.cpp1059 if ((_contactToMove && !_hadContact && (pressure > pressureMin)) || (abs(dx) > ((bounds->maxx - bounds->minx) / 20)) || (abs(dy) > ((bounds->maxy - bounds->miny) / 20))) {
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntploopwatch50 -y +miny
202 undef($miny);
500 $doplot .= defined($MinY) ? sprintf("%lf", $MinY) : $miny;
1077 undef $miny;
1123 $miny = (($m - $minoffs) <= ($f * $i))
1131 $miny = $minoffs;
1134 ($maxy-$miny) == 0 &&
1135 (($maxy,$miny)
1140 $miny = $MinY if defined($MinY) && $MinY > $miny;
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c82 shmem[index]->screenBounds.minx, shmem[index]->screenBounds.miny,
162 shmem[index]->cursorRect.minx, shmem[index]->cursorRect.miny,
164 shmem[index]->saveRect.minx, shmem[index]->saveRect.miny,
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/tests/
H A DtclAEDesc.test79 catch {tclAE::build "{eeny:4, meny:���a string���, miny:bool(��01��)}"} recoAEDesc
219 catch {tclAE::deleteKeyDesc $tempAERecord miny}
469 } {{Couldn't put |this is some new text| as 'TEXT' into item #1 of "{eeny:4, meny:���a string���, miny:1}": OSErr -1703}}
536 } {{{eeny:4, meny:���this is some new text���, miny:1}}}
543 } {{{eeny:4, meny:���a string���, miny:1, tigr:43}}}
548 } {{{eeny:4, meny:���a string���, miny:1, tigr:43}}}
568 } {{{eeny:2048, meny:���a string���, miny:1}}}
575 } {{{eeny:4, meny:���a string���, miny:1, tigr:TEXT(��74686973206973206120B77472696E67��)}}}
589 } {{{eeny:4, meny:���4���, miny:1}}}
593 catch {tclAE::putKeyDesc $tempAERecord miny "{
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dtty_update.c1600 /* Try to scroll up assuming given csr (miny, maxy). Returns ERR on failure */
1602 scroll_csr_forward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1606 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1616 } else if (parm_index && top == miny && bot == maxy) {
1626 } else if (scroll_forward && top == miny && bot == maxy) {
1656 /* Try to scroll down assuming given csr (miny, maxy). Returns ERR on failure */
1659 scroll_csr_backward(int n, int top, int bot, int miny, int maxy, argument
1664 if (n == 1 && scroll_reverse && top == miny && bot == maxy) {
1674 } else if (parm_rindex && top == miny && bot == maxy) {
1684 } else if (scroll_reverse && top == miny
[all...]
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOHIDLib.c290 uint64_t inData[5] = {display_token, bounds->minx, bounds->maxx, bounds->miny, bounds->maxy};
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp450 ((one.miny < two.maxy) && (two.miny < one.maxy)))
883 if (saveRect.miny < shmem->screenBounds.miny)
884 saveRect.miny = shmem->screenBounds.miny;
894 (inst->rowBytes * (saveRect.miny - shmem->screenBounds.miny)) +
898 height = saveRect.maxy - saveRect.miny;
901 cursStart = (saveRect.miny
[all...]
/macosx-10.10/vim-55/src/
H A Dgui_riscos.c1356 plot_rectangle(plot, colour, minx, miny, maxx, maxy)
1360 int miny;
1367 swi(OS_Plot, 4, minx + redraw_block[1], miny + redraw_block[4]);
1375 block[2] = miny;
1382 swi(OS_Plot, 4, minx + block[1], miny + block[4]);
3081 int miny; local
3085 miny = block[4];
3088 block[1], miny,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h888 SInt16 miny; member in struct:IOGBounds
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c3944 int minx = 0, miny = 0; local
4012 miny = GetSystemMetrics(SM_YVIRTUALSCREEN);
4034 if (grabY < miny) grabY = miny;
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp1377 int minx, miny, maxx, maxy; local
1388 &minx, &maxx, &miny, &maxy);
1389 check_output_limits(minx, miny);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventService.cpp1697 dispatchDigitizerEvent(timeStamp, 0, kDigitizerTransducerTypeStylus, inRange, buttonState, __ScaleToFixed(x, bounds->minx, bounds->maxx), __ScaleToFixed(y, bounds->miny, bounds->maxy), __ScaleToFixed(tipPressure, tipPressureMin, tipPressureMax));

Completed in 394 milliseconds