/src/games/cgram/ |
cgram.c | 178 static int offset_y; variable in typeref:typename:int 332 int max_y = imin(LINES - 1, extent_y - offset_y); 336 int len = (int)lines.v[offset_y + y].len; 338 const char *line = lines.v[offset_y + y].s; 339 const char *solline = sollines.v[offset_y + y].s; 359 if (extent_y + 1 - offset_y < LINES - 2) 360 move(extent_y + 1 - offset_y, 0); 368 move(cursor_y - offset_y, cursor_x - offset_x); 393 if (cursor_y < offset_y) 394 offset_y = cursor_y [all...] |
cgram.c | 178 static int offset_y; variable in typeref:typename:int 332 int max_y = imin(LINES - 1, extent_y - offset_y); 336 int len = (int)lines.v[offset_y + y].len; 338 const char *line = lines.v[offset_y + y].s; 339 const char *solline = sollines.v[offset_y + y].s; 359 if (extent_y + 1 - offset_y < LINES - 2) 360 move(extent_y + 1 - offset_y, 0); 368 move(cursor_y - offset_y, cursor_x - offset_x); 393 if (cursor_y < offset_y) 394 offset_y = cursor_y [all...] |
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_drv.h | 240 u8 offset_x, offset_y; member in struct:ast_crtc
|
ast_drv.h | 240 u8 offset_x, offset_y; member in struct:ast_crtc
|
/src/sys/dev/pci/ |
pm3fb.c | 762 int x_align, offset_x, offset_y; local in function:pm3fb_bitblt 766 offset_y = srcy - dsty; 797 (((offset_y) & 0xffff) << 16) | ((offset_x) & 0xffff));
|
pm3fb.c | 762 int x_align, offset_x, offset_y; local in function:pm3fb_bitblt 766 offset_y = srcy - dsty; 797 (((offset_y) & 0xffff) << 16) | ((offset_x) & 0xffff));
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
gpio_types.h | 80 uint32_t offset_y; member in struct:gpio_pin_info
|
gpio_types.h | 80 uint32_t offset_y; member in struct:gpio_pin_info
|