Searched refs:coords (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sys/dev/hid/ |
| HD | bcm5974.c | 163 uint32_t coords; /* not struct directly due to endian conversion */ member 817 int coords; in bcm5974_intr() local 841 coords = (int)le32toh(fc->coords); in bcm5974_intr() 846 i, ibt, ntouch, coords << 19 >> 19, in bcm5974_intr() 847 coords << 6 >> 19, (u_int)coords >> 30, in bcm5974_intr() 854 .x = coords << 19 >> 19, in bcm5974_intr() 856 ((coords << 6) >> 19), in bcm5974_intr()
|
| /freebsd-14-stable/crypto/heimdal/doc/doxyout/ntlm/html/ |
| HD | structntlm__type2__coll__graph.map | 1 <area shape="rect" href="$structntlm__buf.html" title="ntlm_buf" alt="" coords="12,5,87,32">
|
| HD | structntlm__type3__coll__graph.map | 1 <area shape="rect" href="$structntlm__buf.html" title="ntlm_buf" alt="" coords="12,5,87,32">
|
| /freebsd-14-stable/share/examples/bootforth/ |
| HD | screen.4th | 21 : at-xy ( x y -- ) \ move cursor to x rows, y cols (1-based coords)
|
| /freebsd-14-stable/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 2186 coords, translate, newSize, border; 2230 coords = this._calculateTip(mimic); 2272 context.moveTo(coords[0], coords[1]); 2273 context.lineTo(coords[2], coords[3]); 2274 context.lineTo(coords[4], coords[5]); 2294 coords = 'm' + coords[0] + ',' + coords[1] + ' l' + coords[2] + property in AnonymousClassa9ba66dc4c01 2295 ',' + coords[3] + ' ' + coords[4] + ',' + coords[5] + ' xe'; 2316 path: coords,
|
| /freebsd-14-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_mouse.c | 1148 unsigned coords[2]; in decode_xterm_1005() local 1151 coords[0] = 0; in decode_xterm_1005() 1152 coords[1] = 0; in decode_xterm_1005() 1177 rc = _nc_conv_to_utf32(&coords[n], kbuf + check, (unsigned) in decode_xterm_1005() 1198 eventp->x = (int) (coords[0] - ' ') - 1; in decode_xterm_1005() 1199 eventp->y = (int) (coords[1] - ' ') - 1; in decode_xterm_1005()
|
| /freebsd-14-stable/stand/forth/ |
| HD | screen.4th | 44 \ move cursor to x rows, y cols (1-based coords) ( Esc-[%d;%dH )
|
| /freebsd-14-stable/tools/sched/ |
| HD | schedgraph.py | 1131 (x0, y0, x1, y1) = self.coords(line) 1209 (x0, y0, x1, y1) = self.coords(line)
|
| /freebsd-14-stable/contrib/ncurses/include/ |
| HD | curses.h.in | 511 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
|