Searched refs:y_off (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Djoyvar.h46 int x_off[2], y_off[2]; member in struct:joy_softc
H A Djoy.c168 sc->x_off[i] = sc->y_off[i] = 0;
221 c.y = y ? sc->y_off[JOYPART(dev)] + y : 0x80000000;
253 sc->y_off[i] = *(int *)data;
259 *(int *)data = sc->y_off[i];
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dpresent.h138 int16_t y_off; member in struct:xcb_present_pixmap_request_t
335 int16_t y_off; member in struct:xcb_present_redirect_notify_event_t
440 int16_t y_off,
467 int16_t y_off,
H A Dpresent.c145 int16_t y_off,
173 xcb_out.y_off = y_off;
205 int16_t y_off,
233 xcb_out.y_off = y_off;
138 xcb_present_pixmap_checked(xcb_connection_t *c, xcb_window_t window, xcb_pixmap_t pixmap, uint32_t serial, xcb_xfixes_region_t valid, xcb_xfixes_region_t update, int16_t x_off, int16_t y_off, xcb_randr_crtc_t target_crtc, xcb_sync_fence_t wait_fence, xcb_sync_fence_t idle_fence, uint32_t options, uint64_t target_msc, uint64_t divisor, uint64_t remainder, uint32_t notifies_len, const xcb_present_notify_t *notifies) argument
198 xcb_present_pixmap(xcb_connection_t *c, xcb_window_t window, xcb_pixmap_t pixmap, uint32_t serial, xcb_xfixes_region_t valid, xcb_xfixes_region_t update, int16_t x_off, int16_t y_off, xcb_randr_crtc_t target_crtc, xcb_sync_fence_t wait_fence, xcb_sync_fence_t idle_fence, uint32_t options, uint64_t target_msc, uint64_t divisor, uint64_t remainder, uint32_t notifies_len, const xcb_present_notify_t *notifies) argument
H A Drender.h480 int16_t y_off; member in struct:xcb_render_glyphinfo_t
1113 int16_t y_off; member in struct:xcb_render_add_traps_request_t
3032 int16_t y_off,
3048 int16_t y_off,
H A Drender.c4296 int16_t y_off,
4313 xcb_out.y_off = y_off;
4333 int16_t y_off,
4350 xcb_out.y_off = y_off;
4293 xcb_render_add_traps_checked(xcb_connection_t *c, xcb_render_picture_t picture, int16_t x_off, int16_t y_off, uint32_t traps_len, const xcb_render_trap_t *traps) argument
4330 xcb_render_add_traps(xcb_connection_t *c, xcb_render_picture_t picture, int16_t x_off, int16_t y_off, uint32_t traps_len, const xcb_render_trap_t *traps) argument
/netbsd-current/lib/libcurses/
H A Drefresh.c151 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local
228 for (wy = begy, y_off = wbegy, dy_off = 0; wy < endy &&
229 y_off < screen->__virtscr->maxy; wy++, y_off++, dy_off++)
257 "_wnoutrefresh: line y_off %d (dy_off %d) is dirty\n",
258 y_off, dy_off);
261 vlp = screen->__virtscr->alines[y_off];
297 wy, wx, y_off, x_off,

Completed in 271 milliseconds