Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/games/cgram/
H A Dcgram.c177 static int offset_x; variable
337 int max_x = imin(COLS - 1, len - offset_x); in redraw()
342 char ch = line[offset_x + x]; in redraw()
344 (ch == solline[offset_x + x] || !ch_isalpha(ch)); in redraw()
368 move(cursor_y - offset_y, cursor_x - offset_x); in redraw()
388 if (cursor_x < offset_x) in scroll_into_view()
389 offset_x = cursor_x; in scroll_into_view()
390 if (cursor_x > offset_x + COLS - 1) in scroll_into_view()
391 offset_x = cursor_x - (COLS - 1); in scroll_into_view()
/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_drv.h240 u8 offset_x, offset_y; member
H A Dast_mode.c717 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - fb->width; in ast_cursor_plane_helper_atomic_update()
1462 x_offset = ast_crtc->offset_x; in ast_cursor_move()
1465 x_offset = (-x) + ast_crtc->offset_x; in ast_cursor_move()
/netbsd-src/sys/dev/pci/
H A Dpm3fb.c721 int x_align, offset_x, offset_y;
724 offset_x = srcx - dstx; in pm3fb_bitblt()
756 (((offset_y) & 0xffff) << 16) | ((offset_x) & 0xffff)); in pm3fb_bitblt()
726 int x_align, offset_x, offset_y; pm3fb_bitblt() local
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxinput.h1768 uint32_t offset_x; member
1854 uint32_t offset_x; member
1968 uint32_t offset_x; member
2052 uint32_t offset_x; member
H A Dxinput.c6261 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.offset_x; in xcb_input_device_state_data_serialize()
6464 _aux->abs_area.offset_x = *(uint32_t *)xcb_tmp; in xcb_input_device_state_data_unpack()
6984 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.offset_x; in xcb_input_device_ctl_data_serialize()
7166 _aux->abs_area.offset_x = *(uint32_t *)xcb_tmp; in xcb_input_device_ctl_data_unpack()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td84 llvm_i32_ty, // offset_x
98 llvm_i32_ty, // offset_x