Searched refs:y_off (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | present.c | 146 int16_t y_off, in xcb_present_pixmap_checked() argument 174 xcb_out.y_off = y_off; in xcb_present_pixmap_checked() 206 int16_t y_off, in xcb_present_pixmap() argument 234 xcb_out.y_off = y_off; in xcb_present_pixmap() 527 int16_t y_off, in xcb_present_pixmap_synced_checked() argument 557 xcb_out.y_off = y_off; in xcb_present_pixmap_synced_checked() 591 int16_t y_off, in xcb_present_pixmap_synced() argument 621 xcb_out.y_off = y_off; in xcb_present_pixmap_synced()
|
| H A D | present.h | 142 int16_t y_off; member 244 int16_t y_off; member 368 int16_t y_off; member 473 int16_t y_off, 500 int16_t y_off, 678 int16_t y_off, 707 int16_t y_off,
|
| H A D | render.h | 480 int16_t y_off; member 1113 int16_t y_off; member 3032 int16_t y_off, 3048 int16_t y_off,
|
| H A D | render.c | 4296 int16_t y_off, in xcb_render_add_traps_checked() argument 4313 xcb_out.y_off = y_off; in xcb_render_add_traps_checked() 4333 int16_t y_off, in xcb_render_add_traps() argument 4350 xcb_out.y_off = y_off; in xcb_render_add_traps()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | joy.c | 168 sc->x_off[i] = sc->y_off[i] = 0; in joyopen() 221 c.y = y ? sc->y_off[JOYPART(dev)] + y : 0x80000000; in joyread() 253 sc->y_off[i] = *(int *)data; in joyioctl() 259 *(int *)data = sc->y_off[i]; in joyioctl()
|
| H A D | joyvar.h | 46 int x_off[2], y_off[2]; member
|
| /netbsd-src/lib/libcurses/ |
| H A D | refresh.c | 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; in _wnoutrefresh() 234 for (wy = begy, y_off = wbegy, dy_off = 0; wy < endy && in _wnoutrefresh() 235 y_off < screen->__virtscr->maxy; wy++, y_off++, dy_off++) in _wnoutrefresh() 263 "_wnoutrefresh: line y_off %d (dy_off %d) is dirty\n", in _wnoutrefresh() 264 y_off, dy_off); in _wnoutrefresh() 267 vlp = screen->__virtscr->alines[y_off]; in _wnoutrefresh() 303 wy, wx, y_off, x_off, in _wnoutrefresh() 151 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; _wnoutrefresh() local
|