Lines Matching refs:left
87 if (win->left < 0) {
88 /* left */
89 clips[n].c.left = 0;
91 clips[n].c.width = -win->left;
95 if (win->left + win->width > swidth) {
97 clips[n].c.left = swidth - win->left;
99 clips[n].c.width = win->width - clips[n].c.left;
105 clips[n].c.left = 0;
113 clips[n].c.left = 0;
129 nx = (win->left + mask) & ~mask;
131 if (nx + nw > win->left + win->width)
133 dx = nx - win->left;
134 win->left = nx;
137 win->width, win->height, win->left, win->top, dx);
141 nx = (clips[i].c.left-dx) & ~mask;
143 if (nx + nw < clips[i].c.left-dx + clips[i].c.width)
145 clips[i].c.left = nx;
149 clips[i].c.left, clips[i].c.top);
163 if (clips[j].c.left > clips[j+1].c.left) {
186 if (clips[clip].c.left + clips[clip].c.width <= 0)
188 if (clips[clip].c.left > (signed)width)
203 if (0 == skip || clips[clip].c.left > skips[skip-1].end) {
205 skips[skip].start = clips[clip].c.left;
208 skips[skip].end = clips[clip].c.left + clips[clip].c.width;
214 end = clips[clip].c.left + clips[clip].c.width;