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