Searched refs:maxx (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/top-100.1.2/
H A Dlayout.h28 bool layout_statistics(struct statistics_controller *controller, int maxx,
H A Dlayout.c232 bool layout_statistics(struct statistics_controller *c, int maxx, int maxy, argument
245 if(minsize.width == maxx) {
248 } else if(minsize.width > maxx) {
284 if(reqsize.width == maxx) {
287 } else if(reqsize.width > maxx) {
291 /* reqsize.width < maxx */
295 int xdelta = maxx - reqsize.width;
/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;
139 if (xe > *maxx)
140 *maxx = xe;
172 *maxx = radius;
176 *maxx += 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);
104 IOFixed64 maxx; local
105 maxx.fromIntCeiling(rect.maxx - 1);
109 else if (x > maxx)
110 x = maxx;
H A DIOHIDSystemCursorHelper.cpp65 int screenWidth = screen->maxx - screen->minx;
67 int desktopWidth = desktop->maxx - desktop->minx;
H A DIOHIDSystem.cpp1713 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*) 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);
2819 if ((screen[i].desktopBounds->maxx
[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
129 for(x=0 ; x<maxx ;)
139 n = (maxx-x < cnt) ? (maxx-x) : cnt;
155 n = (maxx-x < cnt) ? (maxx-x) : cnt;
169 static void DecompressRLE16(uint8_t *srcbase, uint8_t *dstbase, int minx, int maxx) argument
180 for(x=0 ; x<maxx ;)
192 n = (maxx-x < cnt) ? (maxx
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)) && \
889 if (saveRect.maxx > shmem->screenBounds.maxx)
890 saveRect.maxx = shmem->screenBounds.maxx;
897 width = saveRect.maxx - saveRect.minx;
934 || (shmem->saveRect.maxx > shmem->screenBounds.maxx))
939 shmem->saveRect.maxx, shme
[all...]
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c83 shmem[index]->screenBounds.maxx, shmem[index]->screenBounds.maxy);
155 if ((shmem[index]->screenBounds.maxx - shmem[index]->screenBounds.minx) < 128) continue;
163 shmem[index]->cursorRect.maxx, shmem[index]->cursorRect.maxy,
165 shmem[index]->saveRect.maxx, shmem[index]->saveRect.maxy);
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesp.cc127 int x = (maxx() - ::strlen(labelText)) / 2;
H A Dcursespad.cc185 int wide = W->maxx();
H A Dcursesw.h878 int width() const { return maxx() + 1; }
893 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; } function in class:NCursesWindow
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_global.c509 int maxy, maxx; local
520 maxx = getmaxx(win);
524 if (menu->width < maxx)
525 maxx = menu->width;
527 copywin(menu->sub, win, 0, 0, 0, 0, maxy - 1, maxx - 1, 0);
/macosx-10.10/groff-38/groff/src/preproc/html/
H A Dpre-html.cpp808 int maxx; member in struct:imageItem
829 maxx = max_width;
857 int page, int res, int maxx, char *name);
1061 int page, int res, int maxx, char *name)
1063 imageItem *i = new imageItem(x1, y1, x2, y2, page, res, maxx, name);
1110 int maxx = f->readInt(); local
1113 listOfImages.add(x1, y1, x2, y2, page, res, maxx, name);
1060 add(int x1, int y1, int x2, int y2, int page, int res, int maxx, char *name) argument
/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)
1361 int maxx;
1368 swi(OS_Plot, plot, maxx + redraw_block[1], maxy + redraw_block[4]);
1376 block[3] = maxx + 1;
1383 swi(OS_Plot, plot, maxx + block[1], maxy + block[4]);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h887 SInt16 maxx; member in struct:IOGBounds
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp1377 int minx, miny, maxx, maxy; local
1388 &minx, &maxx, &miny, &maxy);
1390 check_output_limits(maxx, maxy);
/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dcurses.c38 # define _maxx maxx
1714 * Document-method: Curses::Window.maxx
2849 rb_define_method(cWindow, "maxx", window_maxx, 0);
/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));
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit4180 maxx �� # ---> 7v1-2v2v 2

Completed in 426 milliseconds