Searched refs:minx (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/groff-38/groff/src/include/
H A Dgeometry.h26 int *minx, int *maxx,
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dgeometry.cpp122 int *minx, int *maxx,
137 *minx = *maxx = xs;
141 else if (xe < *minx)
142 *minx = xe;
166 *minx = -radius;
175 *minx += xcenter;
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);
102 IOFixed64 minx; local
103 minx.fromIntFloor(rect.minx);
107 if (x < minx)
108 x = minx;
H A DIOHIDSystemCursorHelper.cpp65 int screenWidth = screen->maxx - screen->minx;
67 int desktopWidth = desktop->maxx - desktop->minx;
77 screenLocation += scratch.fromIntFloor(screen->minx - desktop->minx,
87 screenLocation -= scratch.fromIntFloor(desktop->minx, desktop->miny);
89 screenLocation += scratch.fromIntFloor(screen->minx, screen->miny);
H A DIOHIDSystem.cpp1709 if ( boundsPtr->minx < workSpace.minx )
1710 workSpace.minx = boundsPtr->minx;
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 an
[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/IOGraphics-485/IOGraphicsFamily/
H A Dbmcompress.h121 static void DecompressRLE32(uint8_t *srcbase, uint8_t *dstbase, int minx, int maxx) argument
137 if(x+cnt > minx)
140 s = (minx-x > 0) ? (minx-x) : 0;
153 if(x+cnt > minx)
156 s = (minx-x > 0) ? (minx-x) : 0;
169 static void DecompressRLE16(uint8_t *srcbase, uint8_t *dstbase, int minx, int maxx) argument
190 if(x+cnt > minx)
193 s = (minx
224 DecompressRLE8(uint8_t *srcbase, uint8_t *dstbase, int minx, int maxx) argument
[all...]
H A DIOFramebuffer.cpp449 (((one.minx < two.maxx) && (two.minx < one.maxx)) && \
887 if (saveRect.minx < shmem->screenBounds.minx)
888 saveRect.minx = shmem->screenBounds.minx;
895 (inst->bytesPerPixel * (saveRect.minx - shmem->screenBounds.minx));
897 width = saveRect.maxx - saveRect.minx;
902 (saveRect.minx
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c82 shmem[index]->screenBounds.minx, shmem[index]->screenBounds.miny,
155 if ((shmem[index]->screenBounds.maxx - shmem[index]->screenBounds.minx) < 128) continue;
162 shmem[index]->cursorRect.minx, shmem[index]->cursorRect.miny,
164 shmem[index]->saveRect.minx, shmem[index]->saveRect.miny,
/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/vim-55/src/
H A Dgui_riscos.c1356 plot_rectangle(plot, colour, minx, miny, maxx, maxy)
1359 int minx;
1367 swi(OS_Plot, 4, minx + redraw_block[1], miny + redraw_block[4]);
1374 block[1] = minx;
1382 swi(OS_Plot, 4, minx + block[1], miny + block[4]);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h886 SInt16 minx; member in struct:IOGBounds
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c3944 int minx = 0, miny = 0; local
4011 minx = GetSystemMetrics(SM_XVIRTUALSCREEN);
4033 if (grabX < minx) grabX = minx;
/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 167 milliseconds