Lines Matching refs:sx
20 int sx, int dy, int dx, int height, int width) in tile_bmove() argument
24 area.sx = sx; in tile_bmove()
35 int sx, int height, int width, int fg, int bg) in tile_clear() argument
43 rect.sx = sx; in tile_clear()
60 blit.sx = xx; in tile_putcs()
93 rect.sx = (info->var.xoffset + rs + cw - 1) / cw; in tile_clear_margins()
97 if (rect.width + rect.sx > vwt) in tile_clear_margins()
98 rect.width = vwt - rect.sx; in tile_clear_margins()
99 if (rect.sx < vwt) in tile_clear_margins()
104 rect.sx = info->var.xoffset / cw; in tile_clear_margins()
121 cursor.sx = vc->state.x; in tile_cursor()