Lines Matching refs:left
367 dev->crop_bounds.left = norm->h_start;
368 dev->crop_defrect.left = norm->h_start;
532 h_start = dev->crop_current.left;
534 h_stop = (dev->crop_current.left + dev->crop_current.width -1);
635 col[cols].position = clip_range(clips[i].c.left);
638 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width);
711 dev->win.w.left, dev->win.w.top,
728 base += dev->ovfmt->depth/8 * dev->win.w.left;
1669 if (c->left < b->left)
1670 c->left = b->left;
1671 if (c->left > b->left + b->width)
1672 c->left = b->left + b->width;
1673 if (c->width > b->left - c->left + b->width)
1674 c->width = b->left - c->left + b->width;