HomeSort by: relevance | last modified time | path
    Searched refs:offset_x (Results 1 - 4 of 4) sorted by relevancy

  /src/games/cgram/
cgram.c 177 static int offset_x; variable in typeref:typename:int
337 int max_x = imin(COLS - 1, len - offset_x);
342 char ch = line[offset_x + x];
344 (ch == solline[offset_x + x] || !ch_isalpha(ch));
368 move(cursor_y - offset_y, cursor_x - offset_x);
388 if (cursor_x < offset_x)
389 offset_x = cursor_x;
390 if (cursor_x > offset_x + COLS - 1)
391 offset_x = cursor_x - (COLS - 1);
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h 240 u8 offset_x, offset_y; member in struct:ast_crtc
ast_mode.c 717 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - fb->width;
1462 x_offset = ast_crtc->offset_x;
1465 x_offset = (-x) + ast_crtc->offset_x;
  /src/sys/dev/pci/
pm3fb.c 762 int x_align, offset_x, offset_y; local in function:pm3fb_bitblt
765 offset_x = srcx - dstx;
797 (((offset_y) & 0xffff) << 16) | ((offset_x) & 0xffff));

Completed in 14 milliseconds